Fix the GITHUB_TOKEN tag.yml approach.

This commit is contained in:
Mike Helfrich 2022-02-07 09:21:03 -05:00
parent 3fe187e8b6
commit cc27d0a8da

View File

@ -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