From 39cf694beea04e48d26e9f365969d06102e4e47a Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Wed, 5 Mar 2025 10:15:14 +0100 Subject: [PATCH] Reference the reusable workflow from main This is a safer approach since the main branch is protected. Therefore any chages to the reusable workflow will be intentional. --- .github/workflows/test-fork.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-fork.yml b/.github/workflows/test-fork.yml index 2db31d2..cdfa906 100644 --- a/.github/workflows/test-fork.yml +++ b/.github/workflows/test-fork.yml @@ -12,7 +12,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://acceptance-tests/test-secret/password @@ -27,7 +27,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://acceptance-tests/test-secret/password @@ -42,7 +42,7 @@ jobs: github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://v5pz6venw4roosmkzdq2nhpv6u/hrgkzhrlvscomepxlgafb2m3ca/password diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e00d36..3a93472 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://acceptance-tests/test-secret/password @@ -35,7 +35,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://acceptance-tests/test-secret/password @@ -49,7 +49,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository ) - uses: ./.github/workflows/acceptance-test.yml + uses: 1password/load-secrets-action/.github/workflows/acceptance-test.yml@main secrets: inherit with: secret: op://v5pz6venw4roosmkzdq2nhpv6u/hrgkzhrlvscomepxlgafb2m3ca/password