File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
42
42
43
43
# Fetch github token just for the charts repository
44
- - uses : actions/create-github-app-token@v1
44
+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
45
45
id : app-token
46
46
with :
47
47
app-id : ${{ env.APP_ID }}
Original file line number Diff line number Diff line change 41
41
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
42
42
43
43
# Fetch github token just for the rancher repository
44
- - uses : actions/create-github-app-token@v1
44
+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
45
45
id : app-token
46
46
with :
47
47
app-id : ${{ env.APP_ID }}
Original file line number Diff line number Diff line change 33
33
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
34
34
35
35
# Fetch github token just for the webhook repository
36
- - uses : actions/create-github-app-token@v1
36
+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
37
37
id : app-token
38
38
with :
39
39
app-id : ${{ env.APP_ID }}
You can’t perform that action at this time.
0 commit comments