Skip to content

Commit

Permalink
ci: use tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 2, 2023
1 parent 7b74551 commit e96b8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.MOWORKFLOWTOKEN }}

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand All @@ -58,6 +59,7 @@ jobs:
with:
ref: '${{ github.event.inputs.version }}'
fetch-depth: 0
token: ${{ secrets.MOWORKFLOWTOKEN }}

- name: Copy files from main to ${{ github.event.inputs.version }}
if: >-
Expand Down

0 comments on commit e96b8f3

Please sign in to comment.