Skip to content

Commit c1a819f

Browse files
testing staging environment backend url
1 parent cc163ec commit c1a819f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
33
on:
44
push:
55
branches:
6-
- docker-runtime
6+
- main
77

88
env:
99
REGISTRY: ghcr.io
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}
27-
password: ${{ secrets.WEBANK_USERAPP_TOKEN }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push Docker image
3030
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)