-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Tom Plant <[email protected]>
- Loading branch information
1 parent
17f6ddb
commit 5c029ee
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,20 +12,20 @@ jobs: | |
id-token: write # Graph auth | ||
contents: write # committing | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
# azure-identity doesn't support GitHub WIF | ||
- uses: azure/login@v1 | ||
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1 | ||
with: | ||
tenant-id: ${{ vars.AZURE_TENANT_ID }} | ||
client-id: ${{ vars.AZURE_CLIENT_ID }} | ||
allow-no-subscriptions: true | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 | ||
with: | ||
python-version: 3.12 | ||
cache: pip | ||
- run: pip install -r requirements.txt | ||
- run: python main.py | ||
- uses: EndBug/[email protected] | ||
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 | ||
with: | ||
default_author: github_actions | ||
message: 'chore: refresh data' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
msgraph-beta-sdk | ||
python-dotenv | ||
msgraph-beta-sdk==1.1.0 | ||
python-dotenv==1.0.1 |