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:
117
117
# @ build_args.append("GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}")
118
118
# @ build_args.append("GH_ACCOUNT=${{ secrets.PAT_USER_READ_PACKAGES }}")
119
119
# @ 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 }}")
120
122
# @ if build_versioned_image:
121
123
# @ build_args.append("BUILD_DATETIME=${{ steps.meta.outputs.json && fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}")
122
124
# @ 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:
383
383
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
384
384
GH_ACCOUNT=${{ secrets.PAT_USER_READ_PACKAGES }}
385
385
GH_TOKEN=${{ secrets.PAT_READ_PACKAGES }}
386
+ FORMKIT_ENTERPRISE_TOKEN=${{ secrets.FORMKIT_ENTERPRISE_TOKEN }}
387
+ COVERGO_NPM_TOKEN=${{ secrets.COVERGO_NPM_TOKEN }}
386
388
BUILD_DATETIME=${{ steps.meta.outputs.json && fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
387
389
APP_VERSION=${{ needs.version.outputs.app_version }}
388
390
FILE_VERSION=${{ needs.version.outputs.file_version }}
You can’t perform that action at this time.
0 commit comments