Skip to content

Commit

Permalink
try with username password
Browse files Browse the repository at this point in the history
Signed-off-by: Lilith Oberhauser <[email protected]>
  • Loading branch information
lilith218 committed Apr 3, 2024
1 parent a901999 commit 7275a2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/libvsync-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- run: mkdir build && cd build && cmake .. -DLIBVSYNC_ADDRESS_SANITIZER=on && make && ctest
Run-Checks:
runs-on: ubuntu-latest
container: ghcr.io/open-s4c/libvsync:lilith-verify-test
container:
image: ghcr.io/open-s4c/libvsync:lilith-verify-test
credentials:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7275a2d

Please sign in to comment.