Browse Source

github cli needs special token in CI env [ci skip]

Armin Schrenk 1 year ago
parent
commit
42dd2fba48
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/winget.yml

+ 1 - 2
.github/workflows/winget.yml

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