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

Commit

Permalink
Rename GITHUB_PERSONAL_ACCESS_TOKEN to GH_PERSONAL_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
Use SwiftDocOrg/github-wiki-publish-action@v1
  • Loading branch information
mattt committed Apr 2, 2020
1 parent b1eb318 commit 8837d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
inputs: "Sources/SwiftDoc"
output: "Documentation"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@master
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "Documentation"
env:
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 8837d82

Please sign in to comment.