mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Include the GITHUB_TOKEN in the tag workflow.
This commit is contained in:
parent
00262b835d
commit
3d071b5be9
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user