Skip to content

Commit

Permalink
authenticate with terminus
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 21, 2023
1 parent ae22f2c commit 867b0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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}
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 867b0a1

Please sign in to comment.