Skip to content

Commit

Permalink
rename github token (#23)
Browse files Browse the repository at this point in the history
* rename github token

* Update username

Co-authored-by: Nena <[email protected]>
  • Loading branch information
nenadjaja and Nena authored Jan 11, 2022
1 parent eac8c88 commit 9599e4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: Jannis
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
username: nenadjaja
password: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: Jannis
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
username: nenadjaja
password: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: Jannis
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
username: nenadjaja
password: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 9599e4b

Please sign in to comment.