Skip to content

Commit cf75827

Browse files
committed
Update token permissions
1 parent 0623d6d commit cf75827

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cardano-node.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
run-cardano-node:
2222
runs-on: ubuntu-latest
2323

24+
# required permissions to be able to push to registry
25+
permissions:
26+
packages: write
27+
contents: read
28+
attestations: write
29+
id-token: write
30+
2431
steps:
2532
- name: 🚧 Set up Docker Buildx
2633
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)