We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e57742 + 451e786 commit d1e2540Copy full SHA for d1e2540
.github/workflows/update-metadata.yml
@@ -17,7 +17,9 @@ jobs:
17
contents: read # Required for "read-all"
18
packages: write # Allows writing to packages
19
id-token: write # Allows creating OpenID Connect (OIDC) tokens
20
- secrets: inherit
+ secrets:
21
+ # Needed when calling the workflow from an org that is different than "validatedpatterns"
22
+ DOCS_TOKEN: ${{ secrets.DOCS_TOKEN }}
23
# For testing you can point to a different branch in the docs repository
24
# with:
25
# DOCS_BRANCH: "main"
0 commit comments