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

This commit is contained in:
feisar-bot[bot]
2023-12-01 19:14:25 +00:00
committed by GitHub
parent 331cc80fc7
commit 9b6d0c0ae8
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@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1.6.0
uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1.6.1
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@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1.6.0
uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1.6.1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"