Skip to content

Commit

Permalink
chore: add GH_TOKEN to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS committed Oct 2, 2023
1 parent cb78f73 commit 66adb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
PLATFORMS: linux/amd64,linux/arm64
VERSIONS: 16,18,20
TYPES: alpine,debian-slim,debian
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
check-and-build:
Expand Down

0 comments on commit 66adb1b

Please sign in to comment.