mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
Set to use ankitects/setup-protoc@master instead of the original
repository with a `repo-token` until know whether it is safe to pass the GitHub token around: https://github.com/actions/virtual-environments/issues 602
This commit is contained in:
parent
b77462eb8a
commit
1965cdb2b8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
- name: Set up protoc
|
||||
uses: arduino/setup-protoc@v1.1.0
|
||||
uses: ankitects/setup-protoc@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set up node
|
||||
|
@ -135,7 +135,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
- name: Set up protoc
|
||||
uses: arduino/setup-protoc@v1.1.0
|
||||
uses: ankitects/setup-protoc@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set up node
|
||||
|
@ -267,7 +267,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
- name: Set up protoc
|
||||
uses: arduino/setup-protoc@v1.1.0
|
||||
uses: ankitects/setup-protoc@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set up node
|
||||
|
|
Loading…
Reference in a new issue