Skip to content

Commit 4d593b2

Browse files
authored
ci: fixes to the canary generation workflow (#318)
* chore: updating step name * chore: adding needed permissions
1 parent 61c32f2 commit 4d593b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/canary-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ jobs:
3030
DATE=$(date -u +%Y%m%dT%H%M%SZ)
3131
echo "version=canary-${DATE}-${SHORT_SHA}" >> "$GITHUB_OUTPUT"
3232
33-
release_container:
33+
release_canary_container:
3434
needs: compute_canary_version
35+
permissions:
36+
contents: read
37+
packages: write
38+
attestations: write
39+
id-token: write
3540
uses: ./.github/workflows/release-container.yml
3641
with:
3742
version: ${{ needs.compute_canary_version.outputs.version }}

0 commit comments

Comments
 (0)