Skip to content

Commit

Permalink
Include GitHub authentication token while setting up protoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Feb 1, 2025
1 parent ac697c7 commit 02f78da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

name: Stack CI

permissions: read-all

on:
push:
branches:
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: '28.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 02f78da

Please sign in to comment.