Skip to content

Commit

Permalink
Changed auth for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Jan 6, 2025
1 parent 7c8aac6 commit 7b3f336
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.MKDOCS_PAT }}

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -24,5 +27,3 @@ jobs:
- name: Build and Deploy
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b3f336

Please sign in to comment.