Skip to content

Commit

Permalink
maybe it's vars, not env?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 28, 2023
1 parent cebcb05 commit 980bc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Website
uses: actions/checkout@v3
with:
repository: ${{ env.WEBSITE_REPO }}
repository: ${{ vars.WEBSITE_REPO }}
path: website
token: ${{ secrets.WEBSITE_PAT }}
- name: Download Snow artifact
Expand Down

0 comments on commit 980bc37

Please sign in to comment.