Skip to content

Commit 9e1acc5

Browse files
committed
Merge branch 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python into chore/skip-dep-workflow
* 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python: chore(ci): test default env
2 parents d5827e3 + b9e357b commit 9e1acc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable_export_pr_details.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Export previously recorded PR
22

3+
env:
4+
TRUSTED_ORIGIN: "heitorlessa/aws-lambda-powertools-python"
5+
36
on:
47
workflow_call:
58
inputs:
@@ -37,7 +40,7 @@ on:
3740

3841
jobs:
3942
export_pr_details:
40-
if: inputs.workflow_origin == "dummy_org/dummy_repo"
43+
if: inputs.workflow_origin == env.TRUSTED_ORIGIN
4144
runs-on: ubuntu-latest
4245
env:
4346
FILENAME: pr.txt

0 commit comments

Comments
 (0)