Skip to content

Commit

Permalink
Container creds as gh with ci token
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed May 30, 2023
1 parent f5212b7 commit 6e6ffc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify_install_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
container:
image: ${{ matrix.image }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: github
password: ${{ secrets.CI_GITHUB_TOKEN }}
options: --hostname ${{ matrix.hostname }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6e6ffc8

Please sign in to comment.