Skip to content

Commit

Permalink
Update platformsh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava authored Jan 8, 2020
1 parent d8563f4 commit 1a8f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
export AUTHENCICATION="Authorization: Bearer ${PLATFORM_AUTHENTICATION}"
export HOST=https://api.platform.sh/projects/$PLATFORM_PROJECT_ID/integrations
export BODY="'{\"type\": \"GithubIntegrationCreateInput\", \"token\": \"${GITHUB_TOKEN}\", \"repository\": \"${GITHUB_REPOSITORY}}\"'"
export BODY="'{\"type\": \"GithubIntegrationCreateInput\", \"token\": \"${GITHUB_TOKEN}\", \"repository\": \"${GITHUB_REPOSITORY}\"}'"
echo $BODY
echo $HEADER
echo $AUTHENCICATION
Expand Down

0 comments on commit 1a8f52e

Please sign in to comment.