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 26d96ba commit 8264424Copy full SHA for 8264424
.github/workflows/release.yaml
@@ -15,8 +15,8 @@ jobs:
15
repository: "${{ github.event.repository.name }}"
16
version: ${{ github.event.release.tag_name }}
17
secrets:
18
- github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
+ github-private-actions-pat: "${{ secrets.PUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN }}"
19
registry: "${{ secrets.ECR_REGISTRY }}"
20
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
21
ecr-region: "${{ secrets.ECR_REGION }}"
22
- ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
+ ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"
0 commit comments