Skip to content

Commit

Permalink
chore: set github token for docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 27, 2024
1 parent 078bed1 commit 908dd18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ concurrency:
group: docs-${{ github.head_ref }}
cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }}

jobs:
docs:
if: github.repository == 'jdx/mise'
Expand All @@ -29,7 +32,7 @@ jobs:
- uses: jdx/mise-action@v2
with:
install_args: bun
cache: false
cache: true
- run: bun i
- run: mise run docs:release
env:
Expand Down

0 comments on commit 908dd18

Please sign in to comment.