We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2815d54 commit c43d4bbCopy full SHA for c43d4bb
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: "${{ env.GITHUB_TOKEN }}"
+ token: "${{ secrets.KNATIVE_TUTORIAL_STAGING }}"
38
ref: 'gh-pages'
39
- name: Download generated site
40
uses: actions/download-artifact@v1
0 commit comments