Skip to content

Commit 868964f

Browse files
committed
ci: add deploy key
1 parent 63aa291 commit 868964f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: deploy_site
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
33-
deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
33+
deploy_key: "${{ secrets.KNATIVE_TUTORIAL_STAGING }}"
3434
publish_dir: "${{ env.SITE_DIR }}"
3535
publish_branch: "gh-pages"
3636
external_repository: redhat-developer-demos/tekton-tutorial-staging

0 commit comments

Comments
 (0)