Skip to content

Commit 67608a8

Browse files
committed
fix
1 parent c9898f4 commit 67608a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
run: yarn build
131131

132132
- name: Start container
133+
env:
134+
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133135
run: yarn start:platform
134136

135137
- name: Lint

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
uses: docker/setup-buildx-action@v3.8.0
6060

6161
- name: Publish
62-
run: npx nx container ${{ steps.app_name.outputs.value }} --configuration production --verbose
6362
env:
6463
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
run: npx nx container ${{ steps.app_name.outputs.value }} --configuration production --verbose

0 commit comments

Comments
 (0)