Skip to content

Commit

Permalink
Updating github token and version of workflow for evently build workf…
Browse files Browse the repository at this point in the history
…low (#454)

Updating github token and version of workflow
  • Loading branch information
sylviamclaughlin authored Jan 8, 2025
1 parent bd087db commit 317603d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-eleventy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
mkdir -p ./_site/.github/workflows/
cp -r ./.github/workflows/a11y-tests.yaml ./_site/.github/workflows/a11y-tests.yaml
- name: Deploy
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
publish_dir: ./_site
github_token: ${{ secrets.ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: 'admin/index.html,admin/config.yml'

0 comments on commit 317603d

Please sign in to comment.