From ffcd9aa4ab0fa32de436058d4aa3c9c2a17f9778 Mon Sep 17 00:00:00 2001 From: kassad Date: Fri, 13 Sep 2024 02:14:35 -0700 Subject: [PATCH] temp --- .github/workflows/CD.yml | 10 +++------- temp.txt | 0 2 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 temp.txt diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 74f9e723172..2058550a487 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -55,8 +55,6 @@ jobs: deploy: needs: [build] runs-on: ubuntu-latest - env: - HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} steps: - name: Set Heroku app name based on branch id: set-heroku-app-name @@ -87,9 +85,8 @@ jobs: run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT id: extract_branch - - uses: actions/checkout@v2 - with: - ref: ${{ steps.extract_branch.outputs.branch }} + - name: Checkout code + uses: actions/checkout@v2 - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -99,5 +96,4 @@ jobs: dontuseforce: 1 heroku_api_key: ${{secrets.HEROKU_API_TOKEN}} heroku_app_name: ${{ env.HEROKU_APP_NAME }} - heroku_email: ${{secrets.HEROKU_EMAIL}} - branch: ${{ steps.extract_branch.outputs.branch }} \ No newline at end of file + heroku_email: ${{secrets.HEROKU_EMAIL}} \ No newline at end of file diff --git a/temp.txt b/temp.txt new file mode 100644 index 00000000000..e69de29bb2d