Skip to content

Commit

Permalink
try with new token
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent abb9581 commit 0234f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Checking
run: |
curl 'https://ghcr.io/v2/mrc-ide/wodin/manifests/mrc-5976' -H 'accept: application/vnd.docker.distribution.manifest.v2+json' -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}'
curl 'https://ghcr.io/v2/mrc-ide/wodin/manifests/mrc-5976' -H 'accept: application/vnd.docker.distribution.manifest.v2+json' -H 'Authorization: Bearer ${{ secrets.GHCR_TOKEN }}'
- name: Build and push docker
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0234f16

Please sign in to comment.