Skip to content

Commit 0cbb14d

Browse files
committed
chore(ci): add multi-arch integration tests
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent b5d9247 commit 0cbb14d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ concurrency:
1313

1414
jobs:
1515
call-shared:
16-
uses: ruromero/exhort-integration-tests/.github/workflows/integration.yml@sdk-common
16+
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@sdk-common
1717
with:
1818
language: javascript
19-
repo-url: ${{ github.repository }}
20-
commit-sha: ${{ github.sha }}
21-
secrets:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20+
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)