This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3acfeea3b Fix github-token attribute in preview workflow (#561)
3acfeea3b is described below
commit 3acfeea3b4ff7ca49ca99515cc002af9a6ef75ca
Author: Ricardo Zanini <[email protected]>
AuthorDate: Wed Mar 6 17:31:33 2024 -0300
Fix github-token attribute in preview workflow (#561)
---
.github/workflows/pr-preview-publish.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-preview-publish.yml
b/.github/workflows/pr-preview-publish.yml
index fd4577008..9ea601db4 100644
--- a/.github/workflows/pr-preview-publish.yml
+++ b/.github/workflows/pr-preview-publish.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: site
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.workflow_id }}
- name: Publish to Surge for preview
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]