Skip to content

Commit f3aafd1

Browse files
🔄 synced local '.github/workflows/pullrequest.yml' with remote '.github/workflows/pullrequest.yml'
1 parent 248c2b7 commit f3aafd1

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@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
88+
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974
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@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
126+
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974
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@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb
163+
uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974
164164
with:
165165
application_id: ${{ secrets.ID_CHECKDEPSBOT }}
166166
application_private_key: ${{ secrets.PEM_CHECKDEPSBOT }}

0 commit comments

Comments
 (0)