Commit cfd2af8 authored Oct 15, 2024 · 4 / 7 · Verified
1 parent cb66919 commit cfd2af8 Copy full SHA for cfd2af8
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Get token
17
17
id : get_installation_token
18
- uses : peter-murray/workflow-application-token-action@v3
18
+ uses : peter-murray/workflow-application-token-action@v4
19
19
with :
20
20
application_id : ${{ inputs.application_id }}
21
21
application_private_key : ${{ inputs.application_private_key }}
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Get token
17
17
id : get_installation_token
18
- uses : peter-murray/workflow-application-token-action@v3
18
+ uses : peter-murray/workflow-application-token-action@v4
19
19
with :
20
20
application_id : ${{ secrets.NARWHAL_BOT_APP_ID }}
21
21
application_private_key : ${{ secrets.NARWHAL_BOT_SECRET }}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
steps :
151
151
- name : Get token
152
152
id : get_workflow_token
153
- uses : peter-murray/workflow-application-token-action@v3
153
+ uses : peter-murray/workflow-application-token-action@v4
154
154
with :
155
155
application_id : ${{ secrets.NARWHAL_BOT_APP_ID }}
156
156
application_private_key : ${{ secrets.NARWHAL_BOT_SECRET }}
You can’t perform that action at this time.
0 commit comments