Skip to content

Commit ac2d5f2

Browse files
committed
fix update-go workflow permissions for content and pull request writes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 41677d1 commit ac2d5f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
build:
2020
runs-on: ubuntu-24.04
21+
permissions:
22+
contents: write
23+
pull-requests: write
2124
needs:
2225
- pkgs
2326
steps:

0 commit comments

Comments
 (0)