Skip to content

Commit

Permalink
this is a github secret, not an environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 21, 2023
1 parent 867b0a1 commit e2705bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: composer install --no-progress --no-suggest --prefer-dist
- name: Run Sage Install Script
run: |
terminus auth:login --machine-token=${TERMINUS_TOKEN}
terminus auth:login --machine-token=${{ secrets.TERMINUS_TOKEN }}
composer install-sage || exit_code=$?
if [[ -n "${exit_code}" ]]; then
echo "❌ Sage Install Script Failed with exit code ${exit_code}"
Expand Down

0 comments on commit e2705bb

Please sign in to comment.