Skip to content

Commit 1a115b3

Browse files
fix: version in example (#38140)
Co-authored-by: Sharra-writes <[email protected]>
1 parent c65120d commit 1a115b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Generate a token
4545
id: generate-token
46-
uses: actions/create-github-app-token@v1
46+
uses: actions/create-github-app-token@v2
4747
with:
4848
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
4949
private-key: {% raw %}${{ secrets.APP_PRIVATE_KEY }}{% endraw %}

0 commit comments

Comments
 (0)