We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d20bc84 + 40628f6 commit d5eabcfCopy full SHA for d5eabcf
.github/workflows/update-release.yml
@@ -23,10 +23,10 @@ jobs:
23
24
- name: Get Token
25
id: get_workflow_token
26
- uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0
+ uses: actions/create-github-app-token@v1
27
with:
28
- application_id: ${{ secrets.SECLABS_APP_ID }}
29
- application_private_key: ${{ secrets.SECLABS_APP_KEY }}
+ app-id: ${{ secrets.SECLABS_APP_ID }}
+ private-key: ${{ secrets.SECLABS_APP_KEY }}
30
31
- name: "Patch Release Me"
32
uses: 42ByteLabs/patch-release-me@1e802ecb51cf4c5869cb77563df59b2fbe6f584c # 0.4.1
0 commit comments