Skip to content

Commit

Permalink
ci: adds service account token to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed Aug 17, 2024
1 parent 2ee0384 commit 70d4414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
OUTPUT_DIR: 'schemas'
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SERVICE_TOKEN }}
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SERVICE_TOKEN }}
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 70d4414

Please sign in to comment.