We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec59941 commit 2ca3c8dCopy full SHA for 2ca3c8d
.github/workflows/bump.yml
@@ -25,7 +25,8 @@ jobs:
25
common-bump:
26
needs: [build]
27
uses: hansogj/package-test-utils/.github/workflows/shared-bump.yml@main
28
+ permissions:
29
+ contents: write
30
+ id-token: write # Often needed for other tasks, good practice to include
31
with:
32
version: ${{ github.event.inputs.version }}
- secrets:
- deployKey: ${{ secrets.DEPLOY_KEY }}
0 commit comments