Skip to content

Commit c022882

Browse files
authored
Merge branch 'main' into bugfix/create-release
2 parents d58b811 + 595a0e0 commit c022882

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+
uses: actions/create-github-app-token@v1
2222
with:
23-
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
24-
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}
23+
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
24+
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
2525

2626
- name: Get project data
2727
env:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ msal==1.28.1
5656

5757
msal-extensions==1.1.0
5858

59-
msgraph-core==1.0.0
59+
msgraph-core==1.1.0
6060

6161
multidict==6.0.5
6262

0 commit comments

Comments
 (0)