Skip to content

Commit

Permalink
Add repo token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Mar 28, 2024
1 parent c1420f8 commit 0f67b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_READ_TOKEN }}

- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -162,7 +164,7 @@ jobs:
- name: Setup alpine dependencies
if: ${{ startsWith(matrix.image, 'alpine') }}
shell: sh
run: |
run: |
apk add libgcc \
curl \
build-base \
Expand Down

0 comments on commit 0f67b83

Please sign in to comment.