Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
fix: ALLOW_INSECURE_HEROKU_18_BUILDER
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 3, 2023
1 parent 1410f81 commit a718f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Pack Build
env:
ALLOW_INSECURE_HEROKU_18_BUILDER: 1
uses: dfreilich/[email protected]
with:
args: 'build tmp-cnb-image --builder heroku/buildpacks:18'
Expand Down

0 comments on commit a718f92

Please sign in to comment.