Skip to content

Commit

Permalink
fix build permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jun 9, 2023
1 parent 34af3d2 commit be571d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
permissions:
contents: read
id-token: write
packages: write
strategy:
fail-fast: False
matrix:
Expand Down Expand Up @@ -62,7 +63,6 @@ jobs:
args: |
--${{ matrix.architecture }} \
--target /data \
--cosign \
--generic $GIT_TAG_NAME
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}

0 comments on commit be571d6

Please sign in to comment.