Skip to content

Commit aca7bbc

Browse files
authored
Merge pull request #492 from nsacyber/issue-490-fix
[#490] Fixing a typo in the build Docker image workflow
2 parents ebdeb13 + a7bf8b1 commit aca7bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_aca_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: macbre/push-to-ghcr@master
5454
with:
5555
image_name: nsacyber/hirs/aca-centos7
56-
github_token: ${{ secrets.GHCR_TOKEN }}
56+
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
dockerfile: "./.ci/docker/Dockerfile.acaimage"
5858
- name: Build and publish a Docker image for ${{ github.repository }}
5959
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)