Skip to content

Commit

Permalink
fix(ci): gh CLI expects the GH_TOKEN env var (#10333)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Jul 20, 2024
1 parent cfc5307 commit 8b3e6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ jobs:
contains(steps.covector.outputs.packagesPublished, '@tauri-apps/cli')
run: gh workflow run 31554138 -r dev -f releaseId=${{ steps.covector.outputs['-tauri-apps-cli-releaseId'] }}
env:
GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}
GH_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}

- name: Trigger `tauri-cli` publishing workflow
if: |
steps.covector.outputs.successfulPublish == 'true' &&
contains(steps.covector.outputs.packagesPublished, 'tauri-cli')
run: gh workflow run 31554139 -r dev
env:
GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}
GH_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}

0 comments on commit 8b3e6ec

Please sign in to comment.