Skip to content

Commit

Permalink
Fix wiki token (#129)
Browse files Browse the repository at this point in the history
* fix syntax

* retrigger

* fix filename

* fix token

---------

Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Jan 4, 2024
1 parent 18845ed commit 9d6a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
path: "doc/wiki"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_UPDATE_TOKEN }}
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 9d6a63f

Please sign in to comment.