Skip to content

Commit b84489f

Browse files
authored
Merge pull request #397 from crazy-max/update-go-fix-perms
fix update-go workflow permissions for content and pull request writes
2 parents c5df610 + ac2d5f2 commit b84489f

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)