1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Remove Heroku auth token from build source upload (#21187)

This commit is contained in:
James M. Greene
2021-08-27 14:51:29 -05:00
committed by GitHub
parent d2e4a6533f
commit 577362f6ac

View File

@@ -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