From 98cc2acbd1864eafed9d99d21882c5374e1cac89 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Wed, 15 Nov 2023 12:08:54 +0100 Subject: [PATCH] Fix use org --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ded73cea..ac4c6dcf6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,8 @@ jobs: earthly: name: Earthly runs-on: ubuntu-latest + env: + EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }} steps: - uses: earthly/actions-setup@v1 with: @@ -27,7 +29,7 @@ jobs: fi git checkout -b "$branch" || true - name: Earthly pipeline - run: earthly --ci --sat rick --output -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }} + run: earthly --org ontola --ci --sat rick --output -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }} - name: Upload test artifacts uses: actions/upload-artifact@v3 if: failure()