This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit d36e5e169fdb9dcbd1cba36665cba98814e69277 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Sun Feb 14 01:24:52 2021 -0300 Change name of token --- .github/workflows/html_publication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html_publication.yml b/.github/workflows/html_publication.yml index 9819766..a2db359 100644 --- a/.github/workflows/html_publication.yml +++ b/.github/workflows/html_publication.yml @@ -20,5 +20,5 @@ jobs: # Specify the target branch - uses: helaili/jekyll-action@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TOKEN_SECURITY }} target_branch: 'gh-pages' \ No newline at end of file
