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

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.8.0 | v1.8.1 |
This commit is contained in:
repo-duster[bot] 2024-02-21 21:07:34 +00:00
parent cf0825af4d
commit a11a8094ab
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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