Skip to content

Commit 15f8283

Browse files
authored
fix(release): give enough permissions to tag
1 parent cac051a commit 15f8283

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tag.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
new-tag: ${{ steps.ccv.outputs.new-tag }}
2525
new-tag-version: ${{steps.ccv.outputs.new-tag-version}}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
# Need enough history to find the prior release tag
3030
fetch-depth: 0
@@ -39,3 +39,5 @@ jobs:
3939
if: needs.tag.outputs.new-tag == 'true' && needs.tag.outputs.new-tag-version-type != 'major'
4040
permissions:
4141
contents: write # allow create release
42+
attestations: write
43+
id-token: write

0 commit comments

Comments
 (0)