ci(github-action): update actions/create-github-app-token action to v1.10.0
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------- | | github-tags | actions/create-github-app-token | v1.9.3 | v1.10.0 |
This commit is contained in:
parent
4301277bc6
commit
a27de01152
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -22,7 +22,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.9.3
|
uses: actions/create-github-app-token@v1.10.0
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: "${{ secrets.TRUXNELL_APP_ID }}"
|
app-id: "${{ secrets.TRUXNELL_APP_ID }}"
|
||||||
|
|
Reference in a new issue