Skip to content

Commit

Permalink
ci: Put back the GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstojda committed Jul 27, 2023
1 parent 75c8765 commit 9ef5a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# Needed to bypass branch protections when publishing a release
token: ${{ secrets.GH_TOKEN }}
- uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down

0 comments on commit 9ef5a7e

Please sign in to comment.