Skip to content

Commit 0a23ba9

Browse files
committed
ci: grant contents:write on the Deploy reusable-workflow caller
1 parent 3b3ffdb commit 0a23ba9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
name: Deploy ${{ needs.Package.outputs.version }}
212212
if: ${{ inputs.deploy && inputs.sign }}
213213
needs: Package
214+
permissions:
215+
contents: write
214216
uses: ./.github/workflows/release-deploy.yml
215217
with:
216218
run-id: ${{ github.run_id }}

0 commit comments

Comments
 (0)