1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

fix missing token error (#16036)

This commit is contained in:
Jonathan Prusik
2025-08-15 13:52:28 -04:00
committed by GitHub
parent 931f8650cf
commit 351a945f02

View File

@@ -18,6 +18,8 @@ jobs:
steps:
- name: Check for job requirements
if: ${{ !(github.event.workflow_run.pull_requests && github.event.workflow_run.pull_requests.length > 0 && github.event.workflow_run.head_branch) }}
env:
GH_TOKEN: ${{ github.token }}
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}