mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
fix missing token error (#16036)
This commit is contained in:
@@ -18,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check for job requirements
|
- 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) }}
|
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: |
|
run: |
|
||||||
gh run cancel ${{ github.run_id }}
|
gh run cancel ${{ github.run_id }}
|
||||||
gh run watch ${{ github.run_id }}
|
gh run watch ${{ github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user