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 af61349 commit 26d96baCopy full SHA for 26d96ba
.github/workflows/feature-branch.yml
@@ -20,8 +20,8 @@ jobs:
20
labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
21
ref: ${{ github.event.pull_request.head.ref }}
22
secrets:
23
- github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
+ github-private-actions-pat: "${{ secrets.PUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN }}"
24
registry: "${{ secrets.ECR_REGISTRY }}"
25
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
26
ecr-region: "${{ secrets.ECR_REGION }}"
27
- ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
+ ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
0 commit comments