Skip to content

Commit 82bae2c

Browse files
committed
Fixing missing env vars to push to ghcr
1 parent 61a20c9 commit 82bae2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Build, test and push
4949
env:
5050
EVENT_NAME: ${{ github.event_name }}
51+
GITHUB_ACTOR: ${{ github.actor }}
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5153
run: |
5254
TAG="v2-${{ matrix.variant }}" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
5355
docker images | grep thecodingmachine/nodejs

0 commit comments

Comments
 (0)