Skip to content

Commit

Permalink
fix unauthorized access in build binaries action (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjex authored Nov 28, 2024
1 parent b04bfb7 commit 32bed81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
env:
CGO_ENABLED: 1
jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
build-linux-intel:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 32bed81

Please sign in to comment.