Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hub-ostrowski-mozilla committed Jul 15, 2024
1 parent 2b04932 commit 702427c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Set Up Environment Variables
- run: |
run: |
echo "AUTH_URL=${{ secrets.AUTH_URL }}" >> $GITHUB_ENV
echo "SYNC_URL=${{ secrets.SYNC_URL }}" >> $GITHUB_ENV
echo "CLIENT_ID=${{ secrets.CLIENT_ID }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 702427c

Please sign in to comment.