We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd54a commit 7ff1d37Copy full SHA for 7ff1d37
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
permissions:
32
id-token: write
33
contents: write
34
+ packages: write
35
with:
36
dry_run: true
37
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
dry_run: false
38
0 commit comments