Give specific token to package creation action

This commit is contained in:
Erwan MATHIEU 2024-06-05 11:55:57 +02:00
parent 4a1c9de312
commit 30dc16e687

View File

@ -108,7 +108,8 @@ jobs:
conan_internal: false conan_internal: false
conan_latest: true conan_latest: true
conan_recipe_root: ${{ matrix.conan_recipe_root }} conan_recipe_root: ${{ matrix.conan_recipe_root }}
secrets: inherit secrets:
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
create-cura-package: create-cura-package:
name: Create conan package for Cura name: Create conan package for Cura