Skip to content

Commit

Permalink
ci: test using GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 16, 2023
1 parent 85a6168 commit 06d82fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# tags:
# - v[0-9]+.[0-9]+.[0-9]+*

permissions: write-all

jobs:
docs:
runs-on: ubuntu-latest
Expand All @@ -30,4 +32,4 @@ jobs:
showUnderscoreFiles: true
versionDocs: true
env:
GH_PAGES_SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06d82fe

Please sign in to comment.