From de84ebe581f9650cd1503483d9dd7130f335dbec Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Mon, 18 Nov 2024 10:37:16 +0100 Subject: [PATCH] chore: switch to correct repo --- .github/workflows/integration-test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 34d06c9a55..65caf81ea5 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -9,11 +9,15 @@ on: - main workflow_dispatch: +permissions: + # Necessary to write the branch + contents: write + jobs: test: name: Run tests if: inputs.release_candidate == false - uses: jakobmoellerdev/ocm-integrationtest/.github/workflows/integrationtest.yaml@main + uses: open-component-model/ocm-integrationtest/.github/workflows/integrationtest.yaml@main permissions: contents: write id-token: write