Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaelabalutoiu committed Oct 16, 2023
1 parent d09f12d commit 505b099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
go run ./test/integration/main.go 2>&1 | tee /artifacts-logs/e2e.log
env:
GARM_BASE_URL: ${{ steps.ngrok.outputs.tunnel-url }}
ORG_NAME: gsamfira
REPO_NAME: garm-testing
ORG_NAME: test-garm-org
REPO_NAME: test-garm-repo
CREDENTIALS_NAME: test-garm-creds
WORKFLOW_FILE_NAME: test.yml
GH_TOKEN: ${{ secrets.GH_OAUTH_TOKEN }}
Expand Down Expand Up @@ -94,6 +94,6 @@ jobs:
go run ./test/integration/gh_cleanup/main.go
env:
GARM_BASE_URL: ${{ steps.ngrok.outputs.tunnel-url }}
ORG_NAME: gsamfira
REPO_NAME: garm-testing
ORG_NAME: test-garm-org
REPO_NAME: test-garm-repo
GH_TOKEN: ${{ secrets.GH_OAUTH_TOKEN }}

0 comments on commit 505b099

Please sign in to comment.