1
0
mirror of synced 2025-12-19 09:57:42 -05:00

docs: bump actions/create-github-app-token action (#39449)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Jam Balaya
2025-07-31 00:41:16 +09:00
committed by GitHub
parent 86c60f7fed
commit 1e269926e2
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ jobs:
# Replace `APP_PEM` with the name of the secret that contains your app private key.
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}

View File

@@ -76,7 +76,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}
@@ -227,7 +227,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}
@@ -321,7 +321,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}