Skip to content

Commit

Permalink
Write changes to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 21, 2024
1 parent c11d5c8 commit 2ad5df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
token=$(echo $response | jq -r '.access_token')
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
- name: Create .env file
run: |
echo "BEARER_TOKEN=${{ env.BEARER_TOKEN }}" > .env
- name: Install dependencies
run: composer install --prefer-dist --no-progress

Expand Down

0 comments on commit 2ad5df5

Please sign in to comment.