Skip to content

Commit a0c8a75

Browse files
Update actions/create-github-app-token action to v2
1 parent d35de4d commit a0c8a75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4242
4343
# 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
4545
id: app-token
4646
with:
4747
app-id: ${{ env.APP_ID }}

.github/workflows/release-rancher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4545
4646
# Fetch github token just for the rancher repository
47-
- uses: actions/create-github-app-token@v1
47+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2
4848
id: app-token
4949
with:
5050
app-id: ${{ env.APP_ID }}

.github/workflows/sync-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
3434
3535
# 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
3737
id: app-token
3838
with:
3939
app-id: ${{ env.APP_ID }}

0 commit comments

Comments
 (0)