This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch fix-gh-token in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
commit c9df1f2c140349e0812cbde975167e517d880603 Author: Ricardo Zanini <[email protected]> AuthorDate: Wed Mar 6 17:23:35 2024 -0300 Fix github-token attribute in preview workflow --- .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]
