We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1e7e3 commit bfa09bdCopy full SHA for bfa09bd
1 file changed
.github/workflows/workflows.yaml
@@ -36,7 +36,7 @@ on:
36
pip-extra-index-url:
37
description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
38
required: true
39
- GITHUB_TOKEN: # Add this secret
+ REPO_TOKEN: # Add this secret
40
description: 'GitHub token for PR comments'
41
required: false
42
outputs:
@@ -70,7 +70,7 @@ jobs:
70
dockerfile: ${{ inputs.dockerfile }}
71
platforms: 'linux/amd64'
72
tag-prefix: 'amd64-'
73
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
74
75
76
docker-arm64:
@@ -98,7 +98,7 @@ jobs:
98
99
platforms: 'linux/arm64'
100
tag-prefix: 'arm64-'
101
102
103
docker-manifest:
104
needs: [docker-amd64, docker-arm64]
0 commit comments