Skip to content

Commit

Permalink
fix: change staging client secret to retrieve from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 6, 2024
1 parent d41d629 commit e40df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=${{ vars.STAGING_CLIENT_ID }}" \
-d "client_secret=${{ vars.STAGING_CLIENT_SECRET }}"
-d "client_secret=${{ secrets.STAGING_CLIENT_SECRET }}"
)
access_token=$(echo "$response" | jq -r '.access_token')
Expand Down

0 comments on commit e40df51

Please sign in to comment.