Skip to content

Commit

Permalink
Externalize secrets and add tehm to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Jan 21, 2025
1 parent 71eff58 commit 66b8a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Build site
shell: bash
run: ./ci/build.sh
env:
VITE_GITHUB_TOKEN: ${{ VITE_GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 66b8a8d

Please sign in to comment.