Skip to content

Commit

Permalink
Update CICD test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 22, 2024
1 parent d93a89a commit c7701cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
-d "grant_type=client_credentials&client_id=${{secrets.OKTA_CLIENT_ID}}&client_secret=${{secrets.OKTA_CLIENT_SECRET}}")
token=$(echo $response | jq -r '.access_token')
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
echo "CLIENT_ID=${{secrets.CLIENT_ID}}" >> $GITHUB_ENV
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit c7701cb

Please sign in to comment.