Skip to content

Commit 254672e

Browse files
committed
chore: Pass specific secrets from release workflow to integ test workflow
1 parent 584a607 commit 254672e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ jobs:
104104
permissions:
105105
id-token: write
106106
contents: read
107-
secrets: inherit
107+
secrets:
108+
INTEG_TEST_ROLE_ARN: ${{ secrets.INTEG_TEST_ROLE_ARN }}
109+
INTEG_TEST_REGION: ${{ secrets.INTEG_TEST_REGION }}
108110
uses: ./.github/workflows/integ-tests.yml
109111

110112
release_new_version:

0 commit comments

Comments
 (0)