Skip to content

Commit

Permalink
fix permissions on the job (#462)
Browse files Browse the repository at this point in the history
* fix permissions on the job

* remove spaces
  • Loading branch information
pballandras authored Oct 27, 2022
1 parent e99be90 commit d4246e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Build
permissions:
id-token: write # required for AWS assume role
# This is because the permission block is replacive instead of additive so setting
# id-token removes any other permissions the job has and goreleaser need to write contents
contents: write
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit d4246e3

Please sign in to comment.