mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Set up protoc
|
- name: Set up protoc
|
||||||
uses: arduino/setup-protoc@v1.1.0
|
uses: ankitects/setup-protoc@master
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Set up node
|
- name: Set up node
|
||||||
|
@ -135,7 +135,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Set up protoc
|
- name: Set up protoc
|
||||||
uses: arduino/setup-protoc@v1.1.0
|
uses: ankitects/setup-protoc@master
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Set up node
|
- name: Set up node
|
||||||
|
@ -267,7 +267,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Set up protoc
|
- name: Set up protoc
|
||||||
uses: arduino/setup-protoc@v1.1.0
|
uses: ankitects/setup-protoc@master
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Set up node
|
- name: Set up node
|
||||||
|
|
Loading…
Reference in a new issue