Skip to content

Commit ebd1ab9

Browse files
authored
Update examples-asr.yaml
1 parent a1cf1f9 commit ebd1ab9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/examples-asr.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@ jobs:
3232
await-fast-ci:
3333
name: Await Fast CI
3434
runs-on: ubuntu-latest
35+
permissions: write-all
3536
steps:
3637
- name: Wait For Fast CI to Pass
3738
uses: ./.github/workflows/await-fast-ci.yaml
3839
- name: Stop on Fail
3940
if: ${{ failure() }}
4041
uses: andymckay/cancel-action@0.4
41-
env:
42-
GH_TOKEN: ${{ github.token }}
4342

4443
asr:
4544
name: ASR

0 commit comments

Comments
 (0)