Skip to content

Commit

Permalink
fix: ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Dec 28, 2023
1 parent 4ba26a4 commit 21aa765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cron-downgrade-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
SECRET: ${{ secrets.SECRET }}
run: |
curl -X POST \
-d '{"secret": "'"$SECRET"'"}' \
-H "Content-Type: application/json" \
-H "Referer: https://hey.xyz" \
-d '{"secret": "'"$SECRET"'"}' \
https://api.hey.xyz/internal/pro/downgradeProfiles
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
SERVICE_ID: '4a2a1bfb-e499-4c71-bf7f-d9ad47443c31'
run: |
curl -X POST \
-d '{"secret": "'"$SECRET"'", "serviceId": "'"$SERVICE_ID"'"}' \
-H "Content-Type: application/json" \
-H "Referer: https://hey.xyz" \
-d '{"secret": "'"$SECRET"'", "serviceId": "'"$SERVICE_ID"'"}' \
https://api.hey.xyz/internal/railway/triggerDeployments

0 comments on commit 21aa765

Please sign in to comment.