Skip to content

Commit

Permalink
Update the docs CI token name
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Feb 11, 2021
1 parent d0aab83 commit 54c9ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
repository: "enso-org/enso-org.github.io"
ref: "sources"
token: ${{ secrets.ENSO_PAT }}
token: ${{ secrets.ENSO_DOCS_CI_TOKEN }}
- name: set identity email
run: git config --global user.email "[email protected]"
- name: set identity name
Expand Down

0 comments on commit 54c9ffb

Please sign in to comment.