We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9898f4 commit 67608a8Copy full SHA for 67608a8
.github/workflows/checks.yml
@@ -130,6 +130,8 @@ jobs:
130
run: yarn build
131
132
- name: Start container
133
+ env:
134
+ INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
run: yarn start:platform
136
137
- name: Lint
.github/workflows/publish-docker.yml
@@ -59,6 +59,6 @@ jobs:
59
uses: docker/setup-buildx-action@v3.8.0
60
61
- name: Publish
62
- run: npx nx container ${{ steps.app_name.outputs.value }} --configuration production --verbose
63
env:
64
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: npx nx container ${{ steps.app_name.outputs.value }} --configuration production --verbose
0 commit comments