Skip to content

Commit

Permalink
fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 26, 2023
1 parent 9bd1816 commit d0e7eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
*.cache-to=type=gha,scope=${{github.ref}}-static-builder
env:
VERSION: ${{github.ref_name}}
ENV: ${{ secrets.GITHUB_TOKEN }}

- name: Copy binary
run: docker cp $(docker create --name static-builder dunglas/frankenphp:static-builder):/go/src/app/caddy/frankenphp/frankenphp frankenphp ; docker rm static-builder
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ target "static-builder" {
args = {
FRANKENPHP_VERSION = VERSION
}
secret = ["type=env,id=GITHUB_TOKEN"]
secret = ["id=github-token,env=GITHUB_TOKEN"]
}

0 comments on commit d0e7eb9

Please sign in to comment.