File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
run : echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
50
50
51
51
- name : Generate Token
52
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
52
+ uses : actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
53
53
id : app-token
54
54
with :
55
55
app-id : " ${{ secrets.BOT_APP_ID }}"
@@ -143,7 +143,7 @@ jobs:
143
143
echo "${{ matrix.image.version }}" | grep -E "[a-zA-Z0-9_\.\-]+" || "Image Version is invalid"
144
144
145
145
- name : Generate Token
146
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
146
+ uses : actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
147
147
id : app-token
148
148
with :
149
149
app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 17
17
runs-on : ["ghar-set-zoo"]
18
18
steps :
19
19
- name : Generate Token
20
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
20
+ uses : actions/create-github-app-token@4821f52fa7a8e45784f1d99cdb1c27bec9f00720 # v2
21
21
id : app-token
22
22
with :
23
23
app-id : " ${{ secrets.BOT_APP_ID }}"
You can’t perform that action at this time.
0 commit comments