Skip to content

Commit 8264424

Browse files
authored
Update release.yaml
1 parent 26d96ba commit 8264424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
repository: "${{ github.event.repository.name }}"
1616
version: ${{ github.event.release.tag_name }}
1717
secrets:
18-
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
18+
github-private-actions-pat: "${{ secrets.PUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN }}"
1919
registry: "${{ secrets.ECR_REGISTRY }}"
2020
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
2121
ecr-region: "${{ secrets.ECR_REGION }}"
22-
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
22+
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"

0 commit comments

Comments
 (0)