ci: secrets.GITHUB_TOKEN not exist on self-hosted runner (#3765)

This commit is contained in:
tison
2024-04-22 19:29:08 +08:00
committed by GitHub
parent 443722597b
commit 7ca0fa52d4

View File

@@ -26,8 +26,6 @@ runs:
using: composite
steps:
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master