⬆️ Update actions/create-github-app-token action to v1.6.2

This commit is contained in:
feisar-bot[bot]
2023-12-06 21:14:59 +00:00
committed by GitHub
parent a031a3aaf7
commit bc0f4f5098
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
resource: ["helmrelease", "kustomization"]
steps:
- name: Generate Token
uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1.6.1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1.6.1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"