We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a980c3 commit eee75f7Copy full SHA for eee75f7
.github/workflows/deploy-preset-env.yml
@@ -18,4 +18,6 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Curl request
21
- run: curl -X POST -d {} ${{ secrets.PRESET_ENV_DEPLOY_HOOK }}
+ env:
22
+ DEPLOY_HOOK: ${{ secrets.PRESET_ENV_DEPLOY_HOOK }}
23
+ run: curl -X POST -d {} $DEPLOY_HOOK
0 commit comments