Skip to content

Commit 2d6d022

Browse files
committed
fix: grant workflow write permission
1 parent c8ffea4 commit 2d6d022

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
# https://github.com/goreleaser/goreleaser-action
1818
goreleaser:
19+
permissions: write-all # https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac
1920
defaults:
2021
run:
2122
working-directory: ./scraper

0 commit comments

Comments
 (0)