Skip to content

Commit d1e2540

Browse files
authored
Merge pull request #6 from mbaldessari/tweak
Pass token due to different org
2 parents 0e57742 + 451e786 commit d1e2540

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-metadata.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
contents: read # Required for "read-all"
1818
packages: write # Allows writing to packages
1919
id-token: write # Allows creating OpenID Connect (OIDC) tokens
20-
secrets: inherit
20+
secrets:
21+
# Needed when calling the workflow from an org that is different than "validatedpatterns"
22+
DOCS_TOKEN: ${{ secrets.DOCS_TOKEN }}
2123
# For testing you can point to a different branch in the docs repository
2224
# with:
2325
# DOCS_BRANCH: "main"

0 commit comments

Comments
 (0)