Skip to content

Commit 1c472fd

Browse files
authored
Merge pull request #876 from microsoftgraph/dependabot/github_actions/actions/create-github-app-token-2
chore(deps): bump actions/create-github-app-token from 1 to 2
2 parents 3b0d651 + dffe8f4 commit 1c472fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v1
21+
uses: actions/create-github-app-token@v2
2222
with:
2323
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
2424
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}

0 commit comments

Comments
 (0)