Skip to content

Commit

Permalink
Fix use org
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 15, 2023
1 parent 985a9bf commit 98cc2ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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()
Expand Down

0 comments on commit 98cc2ac

Please sign in to comment.