Browse Source

Set GitHub token to upload artifact

Erwan MATHIEU 9 months ago
parent
commit
2f16b47522
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/release-process_release-candidate.yml

+ 2 - 0
.github/workflows/release-process_release-candidate.yml

@@ -175,3 +175,5 @@ jobs:
           gh release upload ${{ inputs.cura_version }} artifacts/UltiMaker-Cura-${{ inputs.cura_version }}-macos-X64.pkg --clobber
           gh release upload ${{ inputs.cura_version }} artifacts/UltiMaker-Cura-${{ inputs.cura_version }}-win64-X64.exe --clobber
           gh release upload ${{ inputs.cura_version }} artifacts/UltiMaker-Cura-${{ inputs.cura_version }}-win64-X64.msi --clobber
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}