Skip to content

Commit 0d85d56

Browse files
chungycagrue
authored andcommitted
Include GitHub authentication token while setting up protoc.
1 parent 0fb36bb commit 0d85d56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stack-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
name: Stack CI
1616

17+
permissions: read-all
18+
1719
on:
1820
push:
1921
branches:
@@ -79,6 +81,7 @@ jobs:
7981
uses: arduino/setup-protoc@v3
8082
with:
8183
version: '28.x'
84+
repo-token: ${{ secrets.GITHUB_TOKEN }}
8285

8386
# Install Stack without GHC first, so we have an opportunity to cache the
8487
# Pantry package index.

0 commit comments

Comments
 (0)