From cc27d0a8dad8c9339e074156da20bcc1db13781d Mon Sep 17 00:00:00 2001 From: Mike Helfrich Date: Mon, 7 Feb 2022 09:21:03 -0500 Subject: [PATCH] Fix the GITHUB_TOKEN tag.yml approach. --- .github/workflows/tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 7deb679..fa259ad 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -13,8 +13,8 @@ jobs: - name: checkout repo content uses: actions/checkout@v2 # Checkout the repository content to GitHub's runner. - name: Tag the latest Prusaslicer if available - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | chmod +x ./tag_latest_prusaslicer.sh ./tag_latest_prusaslicer.sh \ No newline at end of file