Skip to content

Commit

Permalink
Github Actions: add secret MSGraphDomainNameForCreateTests
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraTalpi committed Aug 19, 2021
1 parent 56ce669 commit 71355a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
MSGraphTenantID: ${{ secrets.MSGraphTenantID }}
MSGraphApplicationID: ${{ secrets.MSGraphApplicationID }}
MSGraphClientSecret: ${{ secrets.MSGraphClientSecret }}
MSGraphDomainNameForCreateTests: ${{ secrets.MSGraphDomainNameForCreateTests }}
MSGraphExistingGroupDisplayName: ${{ secrets.MSGraphExistingGroupDisplayName }}
MSGraphExistingUserPrincipalInGroup: ${{ secrets.MSGraphExistingUserPrincipalInGroup }}
MSGraphExistingCalendarsOfUser: ${{ secrets.MSGraphExistingCalendarsOfUser }}
Expand Down

0 comments on commit 71355a1

Please sign in to comment.