From 577362f6acbe2852f669a73928c802d99889ee2a Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 27 Aug 2021 14:51:29 -0500 Subject: [PATCH] Remove Heroku auth token from build source upload (#21187) --- .github/workflows/staging-deploy-pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index ada1b8b9a1..a2189e5aa4 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -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