Skip to content

Commit

Permalink
Refactor environment variable name in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GFrancV committed Sep 13, 2024
1 parent 41657ed commit 82941de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo "PUBLIC_INVITE_BOT_URL=${{ vars.INVITE_BOT_URL }}" > .env &&
echo "PUBLIC_DISCORD_URL=${{ vars.DISCORD_URL }}" >> .env
echo "PUBLIC_GITHUB_REPO=${{ vars.GITHUB_REPO }}" >> .env
echo "PUBLIC_GITHUB_REPO=${{ vars.REPO }}" >> .env
- name: Install, build, and upload your site
uses: withastro/action@v3

Expand Down

0 comments on commit 82941de

Please sign in to comment.