Skip to content

Commit

Permalink
Use caps secret keys
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 19, 2024
1 parent c58c71b commit 0806e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ jobs:
curl -vv -X PUT \
-H "ACCEPT: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Token ${{ secrets.tps_token }}" \
-H "Authorization: Token ${{ secrets.TPS_TOKEN }}" \
-d '{"lock": {"sha": "${{ github.sha }}", "component_name": "${{ vars.tps_component }}"}}' \
${{ secrets.tps_ctc_api_url }}
${{ secrets.TPS_CTC_API_URL }}
echo "successful"
exit 1
Expand Down

0 comments on commit 0806e40

Please sign in to comment.