Skip to content

Commit 26d96ba

Browse files
authored
Update feature-branch.yml
1 parent af61349 commit 26d96ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/feature-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
2121
ref: ${{ github.event.pull_request.head.ref }}
2222
secrets:
23-
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
23+
github-private-actions-pat: "${{ secrets.PUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN }}"
2424
registry: "${{ secrets.ECR_REGISTRY }}"
2525
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
2626
ecr-region: "${{ secrets.ECR_REGION }}"
27-
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
27+
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"

0 commit comments

Comments
 (0)