Skip to content

Commit 8a4d020

Browse files
authored
ci: use build account to push base image changes
1 parent 96060fc commit 8a4d020

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-base-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
token: ${{ secrets.GH_COMMON_TOKEN }}
2224

2325
- name: Set Version
2426
run: |

0 commit comments

Comments
 (0)