File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ with:
117117 # @ build_args.append("GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}")
118118 # @ build_args.append("GH_ACCOUNT=${{ secrets.PAT_USER_READ_PACKAGES }}")
119119 # @ build_args.append("GH_TOKEN=${{ secrets.PAT_READ_PACKAGES }}")
120+ # @ build_args.append("FORMKIT_ENTERPRISE_TOKEN=${{ secrets.FORMKIT_ENTERPRISE_TOKEN }}")
121+ # @ build_args.append("COVERGO_NPM_TOKEN=${{ secrets.COVERGO_NPM_TOKEN }}")
120122 # @ if build_versioned_image:
121123 # @ build_args.append("BUILD_DATETIME=${{ steps.meta.outputs.json && fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}")
122124 # @ build_args.append("APP_VERSION=${{ needs.version.outputs.app_version }}")
Original file line number Diff line number Diff line change @@ -383,6 +383,8 @@ jobs:
383383 GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
384384 GH_ACCOUNT=${{ secrets.PAT_USER_READ_PACKAGES }}
385385 GH_TOKEN=${{ secrets.PAT_READ_PACKAGES }}
386+ FORMKIT_ENTERPRISE_TOKEN=${{ secrets.FORMKIT_ENTERPRISE_TOKEN }}
387+ COVERGO_NPM_TOKEN=${{ secrets.COVERGO_NPM_TOKEN }}
386388 BUILD_DATETIME=${{ steps.meta.outputs.json && fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
387389 APP_VERSION=${{ needs.version.outputs.app_version }}
388390 FILE_VERSION=${{ needs.version.outputs.file_version }}
You can’t perform that action at this time.
0 commit comments