Skip to content

Commit fb1d46d

Browse files
docs: bump actions/create-github-app-token action
1 parent cf476ec commit fb1d46d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Replace `APP_PEM` with the name of the secret that contains your app private key.
6868
- name: Generate token
6969
id: generate-token
70-
uses: actions/create-github-app-token@v1
70+
uses: actions/create-github-app-token@v2
7171
with:
7272
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
7373
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}

content/rest/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
7676
steps:
7777
- name: Generate token
7878
id: generate-token
79-
uses: actions/create-github-app-token@v1
79+
uses: actions/create-github-app-token@v2
8080
with:
8181
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
8282
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}
@@ -227,7 +227,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
227227

228228
- name: Generate token
229229
id: generate-token
230-
uses: actions/create-github-app-token@v1
230+
uses: actions/create-github-app-token@v2
231231
with:
232232
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
233233
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}
@@ -321,7 +321,7 @@ If you are authenticating with a {% data variables.product.prodname_github_app %
321321
steps:
322322
- name: Generate token
323323
id: generate-token
324-
uses: actions/create-github-app-token@v1
324+
uses: actions/create-github-app-token@v2
325325
with:
326326
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
327327
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}

0 commit comments

Comments
 (0)