Skip to content

Commit e78533b

Browse files
committed
test: git push
1 parent 81840cc commit e78533b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ jobs:
5858
- name: Checkout repository
5959
uses: actions/checkout@v4
6060
with:
61+
token: ${{ secrets.GH_TOKEN }}
6162
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
62-
submodules: 'true'
6363
fetch-depth: 0
64+
submodules: 'true'
6465

6566
- name: GitHub Configuration
6667
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com

0 commit comments

Comments
 (0)