Skip to content

Commit

Permalink
Adjust CI permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 3, 2023
1 parent 02447f4 commit fd3976b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
build-binary:
needs: [test, lint]
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
packages: write
steps:
- name: Install Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit fd3976b

Please sign in to comment.