Skip to content

Commit

Permalink
Release workflow: Remove PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
devplayer0 committed Jun 15, 2021
1 parent 9dd8a62 commit 17df7f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-20.04

env:
CR_PAT_USER: devplayer0
DOCKER_REPO: ghcr.io/netsoc/iamd

steps:
Expand All @@ -31,8 +30,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ env.CR_PAT_USER }}
password: ${{ secrets.CI_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Tag Docker image
run: |
Expand Down

0 comments on commit 17df7f0

Please sign in to comment.