Merge pull request #1337 from snyk/fix/ci-curl-command

Fix string concatenation in curl command
main
Raphaël 2022-01-26 22:56:35 +04:00 committed by GitHub
commit 97595bb611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ jobs:
command: |
curl -X POST https://api.github.com/repos/snyk/driftctl-docs/dispatches \
-d '{"event_type": "new_version"}' \
-H 'Authorization: token $GITHUB_TOKEN'
-H "Authorization: token ${GITHUB_TOKEN}"
update-lambda:
environment:
FUNCTION_NAME: driftctl-version