Skip to content

Commit

Permalink
Added admin token to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 8, 2023
1 parent 5637975 commit 0870635
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ADMIN_TOKEN }}


- name: Python setup
uses: actions/setup-python@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_development_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ADMIN_TOKEN }}

- name: Python setup
uses: actions/setup-python@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ADMIN_TOKEN }}

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0870635

Please sign in to comment.