Remove Heroku auth token from build source upload (#21187)
This commit is contained in:
2
.github/workflows/staging-deploy-pr.yml
vendored
2
.github/workflows/staging-deploy-pr.yml
vendored
@@ -126,10 +126,8 @@ jobs:
|
||||
- name: Upload to the Heroku build source
|
||||
run: |
|
||||
curl '${{ steps.build-source.outputs.upload_url }}' \
|
||||
--fail \
|
||||
-X PUT \
|
||||
-H 'Content-Type:' \
|
||||
-H 'Authorization: Bearer ${{ secrets.HEROKU_API_TOKEN }}' \
|
||||
--data-binary @app.tar.gz
|
||||
|
||||
- name: Send Slack notification if workflow fails
|
||||
|
||||
Reference in New Issue
Block a user