mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 04:31:27 +00:00
github cli needs special token in CI env [ci skip]
This commit is contained in:
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
@@ -14,10 +14,9 @@ jobs:
|
||||
steps:
|
||||
- name: Sync winget-pkgs fork
|
||||
run: |
|
||||
gh auth login --with-token $env:SYNC_TOKEN
|
||||
gh repo sync cryptomator/winget-pkgs -b master --force
|
||||
env:
|
||||
SYNC_TOKEN: ${{ secrets.CRYPTOBOT_WINGET_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.CRYPTOBOT_WINGET_TOKEN }}
|
||||
- name: Submit package
|
||||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user