From 2524cc7c7e5bb2d3a0546fe3ea11b3e9c4a0d1e4 Mon Sep 17 00:00:00 2001 From: Robert Kalescky Date: Tue, 30 Apr 2024 10:08:27 -0500 Subject: [PATCH] Update containers.yaml --- .github/workflows/containers.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index 5b1f72f..2b9f444 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_PAT }} - name: Checkout submodules run: git submodule update --init --recursive # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.