Skip to content

Commit 74f895f

Browse files
committed
update PAT
1 parent 39c139b commit 74f895f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535
with:
3636
repository: 'redhat-developer-docs/knative-tutorial-staging'
37-
token: "${{ secrets.KNATIVE_TUTORIAL_STAGING }}"
37+
token: "${{ secrets.GITHUB_PAT }}"
3838
ref: 'gh-pages'
3939
path: knative-tutorial-staging
4040
- name: "List folder"
@@ -48,7 +48,7 @@ jobs:
4848
- name: Deploy to GitHub Pages
4949
uses: JamesIves/github-pages-deploy-action@3.2.1
5050
with:
51-
GITHUB_TOKEN: " ${{ secrets.KNATIVE_TUTORIAL_STAGING}}"
51+
GITHUB_TOKEN: " ${{ secrets.GITHUB_PAT }}"
5252
FOLDER: "${{ env.SITE_DIR }}"
5353
BRANCH: 'gh-pages'
5454
COMMIT_MESSAGE: "[Staging] Publish Documentation for ${{ github.sha }}"

0 commit comments

Comments
 (0)