Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8837d82

Browse files
authored
Rename GITHUB_PERSONAL_ACCESS_TOKEN to GH_PERSONAL_ACCESS_TOKEN
Use SwiftDocOrg/github-wiki-publish-action@v1
1 parent b1eb318 commit 8837d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
inputs: "Sources/SwiftDoc"
2222
output: "Documentation"
2323
- name: Upload Documentation to Uncyclo
24-
uses: SwiftDocOrg/github-wiki-publish-action@master
24+
uses: SwiftDocOrg/github-wiki-publish-action@v1
2525
with:
2626
path: "Documentation"
2727
env:
28-
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
28+
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)