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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user