Skip to content

Commit

Permalink
tweak PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Sep 22, 2023
1 parent 72fe72b commit d27cbad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
permissions: write-all
steps:
- uses: actions/checkout@v2
with:
repository: bradyajohnston/MolecularNodes
token: ${{ secrets.MN_TOKEN }}
- uses: actions/setup-python@v2
with:
python-version: "3.10"
Expand Down Expand Up @@ -47,9 +50,8 @@ jobs:
uses: bobheadxi/deployments@v0.4.3
id: deployment
with:
repository: bradyajohnston/MolecularNodes
step: start
token: ${{ secrets.MN_TOKEN }}
# token: ${{ secrets.MN_TOKEN }}
env: ${{ env.RELEASE_NAME }}
ref: ${{ github.head_ref }}
transient: true
Expand Down

0 comments on commit d27cbad

Please sign in to comment.