diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 0ecdb1b..9d815fb 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -13,6 +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 }} run: | chmod +x ./tag_latest_prusaslicer.sh ./tag_latest_prusaslicer.sh \ No newline at end of file