Skip to content

Commit

Permalink
ci: fix release.yml with required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
artek-koltun committed Jul 13, 2023
1 parent 3939ca7 commit c19d0eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
types: [published]

jobs:
permisisons:
contents: read
packages: write
id-token: write
release-docker:
permisisons:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/test.yml
secrets: inherit
release-signing:
Expand Down

0 comments on commit c19d0eb

Please sign in to comment.