Skip to content

Commit 792df9c

Browse files
🔄 synced local '.github/workflows/pullrequest.yml' with remote '.github/workflows/pullrequest.yml'
1 parent 4266f7a commit 792df9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/pullrequest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# More info: https://github.com/peter-murray/workflow-application-token-action.
8686
- name: Get token
8787
id: get_token
88-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
88+
uses: peter-murray/workflow-application-token-action@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
8989
with:
9090
application_id: ${{ secrets.ID_WORKLABELBOT }}
9191
application_private_key: ${{ secrets.ID_WORKLABELBOT }}
@@ -123,7 +123,7 @@ jobs:
123123
# More info: https://github.com/peter-murray/workflow-application-token-action.
124124
- name: Get token
125125
id: get_token
126-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
126+
uses: peter-murray/workflow-application-token-action@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
127127
with:
128128
application_id: ${{ secrets.ID_EMOJIFYBOT }}
129129
application_private_key: ${{ secrets.PEM_EMOJIFYBOT }}
@@ -160,7 +160,7 @@ jobs:
160160
# More info: https://github.com/peter-murray/workflow-application-token-action.
161161
- name: Get token
162162
id: get_token
163-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
163+
uses: peter-murray/workflow-application-token-action@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
164164
with:
165165
application_id: ${{ secrets.ID_CHECKDEPSBOT }}
166166
application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }}

0 commit comments

Comments
 (0)