Skip to content

Commit

Permalink
pass github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Nov 8, 2023
1 parent 3ad9791 commit e986df8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: setup protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: prepare protoc
run: |-
go install google.golang.org/protobuf/cmd/[email protected]
Expand All @@ -46,4 +48,4 @@ jobs:
uses: EndBug/[email protected]
with:
default_author: github_actions
# FIXME: 自動生成結果にテストを実行するためにPATかgithub appsのtokenを使う
# FIXME: PATかgithub appsのtokenを使う

0 comments on commit e986df8

Please sign in to comment.