Skip to content

Commit 9599e4b

Browse files
nenadjajaNena
andauthored
rename github token (#23)
* rename github token * Update username Co-authored-by: Nena <[email protected]>
1 parent eac8c88 commit 9599e4b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-cd-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: docker/login-action@v1
2323
with:
2424
registry: ghcr.io
25-
username: Jannis
26-
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
25+
username: nenadjaja
26+
password: ${{ secrets.GH_ACCESS_TOKEN }}
2727

2828
- name: Build and push Docker image
2929
uses: docker/build-push-action@v2

.github/workflows/ci-cd-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: docker/login-action@v1
2020
with:
2121
registry: ghcr.io
22-
username: Jannis
23-
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
22+
username: nenadjaja
23+
password: ${{ secrets.GH_ACCESS_TOKEN }}
2424

2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v2

.github/workflows/ci-cd-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: docker/login-action@v1
2323
with:
2424
registry: ghcr.io
25-
username: Jannis
26-
password: ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
25+
username: nenadjaja
26+
password: ${{ secrets.GH_ACCESS_TOKEN }}
2727

2828
- name: Build and push Docker image
2929
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)