We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e449c commit d268155Copy full SHA for d268155
3 files changed
.github/workflows/daily.yml
@@ -8,4 +8,5 @@ on:
8
jobs:
9
build:
10
uses: adobe/aio-reusable-workflows/.github/workflows/daily.yml@main
11
+ secrets: inherit
12
.github/workflows/prerelease.yml
@@ -19,3 +19,4 @@ on:
19
20
checkout:
21
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
22
.github/workflows/version-bump-publish.yml
@@ -15,3 +15,4 @@ on:
15
16
17
uses: adobe/aio-reusable-workflows/.github/workflows/version-bump-publish.yml@main
18
0 commit comments