Skip to content

Commit

Permalink
test: use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 4, 2023
1 parent 7428c44 commit cad7d07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Build Docker Image
- name: Login to GitHub Package Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.repository }} --password-stdin

- name: Pull Docker Image
run: |
docker pull ghcr.io/impierce/credential_issuer:latest
Expand Down

0 comments on commit cad7d07

Please sign in to comment.