ci: use build account to push base image changes
This commit is contained in:
parent
96060fcf6f
commit
8a4d020268
2
.github/workflows/build-base-app.yml
vendored
2
.github/workflows/build-base-app.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_COMMON_TOKEN }}
|
||||
|
||||
- name: Set Version
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue