ci(github-action): update actions/create-github-app-token action to v1.6.2 (#242)

Co-authored-by: bjw-s-bot[bot] <87358111+bjw-s-bot[bot]@users.noreply.github.com>
This commit is contained in:
bjw-s-bot[bot] 2023-12-06 21:04:54 +00:00 committed by GitHub
parent a39b466a5f
commit db9b20d859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.6.1
uses: actions/create-github-app-token@v1.6.2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"

View file

@ -21,7 +21,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.6.1
uses: actions/create-github-app-token@v1.6.2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.6.1
uses: actions/create-github-app-token@v1.6.2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"