We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c139b commit 74f895fCopy full SHA for 74f895f
1 file changed
.github/workflows/staging.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v2
35
with:
36
repository: 'redhat-developer-docs/knative-tutorial-staging'
37
- token: "${{ secrets.KNATIVE_TUTORIAL_STAGING }}"
+ token: "${{ secrets.GITHUB_PAT }}"
38
ref: 'gh-pages'
39
path: knative-tutorial-staging
40
- name: "List folder"
@@ -48,7 +48,7 @@ jobs:
48
- name: Deploy to GitHub Pages
49
uses: JamesIves/github-pages-deploy-action@3.2.1
50
51
- GITHUB_TOKEN: " ${{ secrets.KNATIVE_TUTORIAL_STAGING}}"
+ GITHUB_TOKEN: " ${{ secrets.GITHUB_PAT }}"
52
FOLDER: "${{ env.SITE_DIR }}"
53
BRANCH: 'gh-pages'
54
COMMIT_MESSAGE: "[Staging] Publish Documentation for ${{ github.sha }}"
0 commit comments