Skip to content

Commit 8fabfca

Browse files
author
Paul Hewlett
committed
fixup! Fix branch protections
1 parent 0fd3810 commit 8fabfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-go@v4
2020
with:
2121
go-version: '1.21.x'
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Setup protobuf
2424
uses: arduino/setup-protoc@v2
2525
with:

0 commit comments

Comments
 (0)