Skip to content

Commit

Permalink
used GH TOKEN iso PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 29, 2021
1 parent 6d5196b commit 3b3e53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: hellt
password: ${{ secrets.GHCR_READ_PKG_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull ceos image
run: docker pull ghcr.io/srl-labs/ceos:4.25.0F && docker tag ghcr.io/srl-labs/ceos:4.25.0F ceos:4.25.0F
- name: Run ceos tests
Expand Down

0 comments on commit 3b3e53b

Please sign in to comment.