Skip to content

Commit

Permalink
Move environment variables for stack creation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Aug 6, 2024
1 parent 9d864a4 commit 16bf755
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
runs-on: ${{ matrix.arch == 'arm64' && 'pub-hk-ubuntu-24.04-arm-medium' || 'ubuntu-24.04' }}
needs:
- shellcheck
env:
STACK: heroku-${{ matrix.stack-version }}
STACK_VERSION: "${{ matrix.stack-version }}"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -164,6 +161,7 @@ jobs:
matrix:
stack-version: ["20", "22", "24"]
env:
STACK: heroku-${{ matrix.stack-version }}
MANIFEST_APP_TOKEN: "${{ secrets.MANIFEST_APP_TOKEN }}"
MANIFEST_APP_URL: "${{ secrets.MANIFEST_APP_URL }}"
steps:
Expand Down

0 comments on commit 16bf755

Please sign in to comment.