Skip to content

Commit

Permalink
chore: switch to correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Nov 18, 2024
1 parent 07d8c0b commit de84ebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de84ebe

Please sign in to comment.