mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci(github-action): update actions/create-github-app-token action ( v1.10.2 → v1.10.3 )
| datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | actions/create-github-app-token | v1.10.2 | v1.10.3 |
This commit is contained in:
parent
25a79e297f
commit
040eb7b9d2
3 changed files with 3 additions and 3 deletions
|
@ -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.10.2
|
uses: actions/create-github-app-token@v1.10.3
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: "${{ secrets.BJWS_APP_ID }}"
|
app-id: "${{ secrets.BJWS_APP_ID }}"
|
||||||
|
|
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -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.10.2
|
uses: actions/create-github-app-token@v1.10.3
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: "${{ secrets.BJWS_APP_ID }}"
|
app-id: "${{ secrets.BJWS_APP_ID }}"
|
||||||
|
|
2
.github/workflows/tag-charts.yaml
vendored
2
.github/workflows/tag-charts.yaml
vendored
|
@ -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.10.2
|
uses: actions/create-github-app-token@v1.10.3
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: "${{ secrets.BJWS_APP_ID }}"
|
app-id: "${{ secrets.BJWS_APP_ID }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue