We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c32f2 commit 4d593b2Copy full SHA for 4d593b2
.github/workflows/canary-release.yml
@@ -30,8 +30,13 @@ jobs:
30
DATE=$(date -u +%Y%m%dT%H%M%SZ)
31
echo "version=canary-${DATE}-${SHORT_SHA}" >> "$GITHUB_OUTPUT"
32
33
- release_container:
+ release_canary_container:
34
needs: compute_canary_version
35
+ permissions:
36
+ contents: read
37
+ packages: write
38
+ attestations: write
39
+ id-token: write
40
uses: ./.github/workflows/release-container.yml
41
with:
42
version: ${{ needs.compute_canary_version.outputs.version }}
0 commit comments