Skip to content

Commit d5eabcf

Browse files
authored
Merge pull request #99 from GitHubSecurityLab/actions-create-github-app-token
Use GH 1st party actions/create-github-app-token
2 parents d20bc84 + 40628f6 commit d5eabcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
- name: Get Token
2525
id: get_workflow_token
26-
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
26+
uses: actions/create-github-app-token@v1
2727
with:
28-
application_id: ${{ secrets.SECLABS_APP_ID }}
29-
application_private_key: ${{ secrets.SECLABS_APP_KEY }}
28+
app-id: ${{ secrets.SECLABS_APP_ID }}
29+
private-key: ${{ secrets.SECLABS_APP_KEY }}
3030

3131
- name: "Patch Release Me"
3232
uses: 42ByteLabs/patch-release-me@1e802ecb51cf4c5869cb77563df59b2fbe6f584c # 0.4.1

0 commit comments

Comments
 (0)