Skip to content

Commit

Permalink
test access scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Dec 16, 2023
1 parent d73465c commit c9a66de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/RunIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

test:
# needs: authorize
permissions:
id-token: write # This is required for requesting the ID token of the pipeline
# permissions:
# id-token: write # This is required for requesting the ID token of the pipeline
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,6 @@ jobs:
env:
TENANT_ID: ${{ secrets.TENANT_ID }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
$Url = $env:ACTIONS_ID_TOKEN_REQUEST_URL
$Params = @{
Expand Down

0 comments on commit c9a66de

Please sign in to comment.