Skip to content

Commit 70d4414

Browse files
committed
ci: adds service account token to github actions
1 parent 2ee0384 commit 70d4414

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
OUTPUT_DIR: 'schemas'
1313
steps:
1414
- uses: actions/checkout@v3
15+
with:
16+
token: ${{ secrets.SERVICE_TOKEN }}
1517
- name: Set up Python 3.8
1618
uses: actions/setup-python@v3
1719
with:
@@ -47,6 +49,8 @@ jobs:
4749
continue-on-error: true
4850
steps:
4951
- uses: actions/checkout@v3
52+
with:
53+
token: ${{ secrets.SERVICE_TOKEN }}
5054
- name: Set up Python 3.8
5155
uses: actions/setup-python@v2
5256
with:

0 commit comments

Comments
 (0)