ci(github-action): update actions/create-github-app-token action ( v1.9.1 → v1.9.2 )

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.9.1 | v1.9.2 |
This commit is contained in:
repo-duster[bot] 2024-04-01 16:08:23 +00:00
parent a7f4b21a91
commit 55b1b3a383
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.9.1
uses: actions/create-github-app-token@v1.9.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.9.1
uses: actions/create-github-app-token@v1.9.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.9.1
uses: actions/create-github-app-token@v1.9.2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"