Skip to content

Commit

Permalink
Pass GITHUB_TOKEN as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Dec 16, 2024
1 parent 1ac5b49 commit 9ab17f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Run Bake
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bake run \
--convention=${{ inputs.bake-convention }} \
Expand Down

0 comments on commit 9ab17f9

Please sign in to comment.