We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b2ea commit b4413b5Copy full SHA for b4413b5
.github/workflows/build_multi_arch_image.yml
@@ -53,7 +53,7 @@ jobs:
53
54
docker save "ghcr.io/nhsdigital/eps-devcontainers:latest-${ARCHITECTURE}" -o "eps-devcontainer-base-latest-${ARCHITECTURE}.img"
55
env:
56
- GH_TOKEN: '${{ github.token }}'
+ GH_TOKEN: ${{ steps.generate-token.outputs.token }}
57
ARCHITECTURE: '${{ matrix.arch }}'
58
DOCKER_TAG: '${{ inputs.docker_tag }}'
59
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
0 commit comments