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.
1 parent 4d14128 commit 53380e6Copy full SHA for 53380e6
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -175,7 +175,7 @@ if [[ -z "$overrides" ]]; then
175
fi
176
177
if [[ -z "$internalRef" ]]; then
178
- internalRef="main"
+ internalRef="feature/CCM-13038"
179
180
181
if [[ -z "$runId" ]]; then
.github/workflows/stage-2-test.yaml
@@ -38,6 +38,8 @@ env:
38
39
permissions:
40
id-token: write # This is required for requesting the JWT
41
+ contents: read # This is required for actions/checkout
42
+ packages: read # This is required for downloading from GitHub Package Registry
43
44
jobs:
45
check-generated-dependencies:
0 commit comments