Skip to content

Commit 2ca3c8d

Browse files
authored
ci(workflow): migrate from ssh-key to github_token (#50)
1 parent ec59941 commit 2ca3c8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
common-bump:
2626
needs: [build]
2727
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
2831
with:
2932
version: ${{ github.event.inputs.version }}
30-
secrets:
31-
deployKey: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)