We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81840cc commit e78533bCopy full SHA for e78533b
.github/workflows/pi_build.yml
@@ -58,9 +58,10 @@ jobs:
58
- name: Checkout repository
59
uses: actions/checkout@v4
60
with:
61
+ token: ${{ secrets.GH_TOKEN }}
62
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
- submodules: 'true'
63
fetch-depth: 0
64
+ submodules: 'true'
65
66
- name: GitHub Configuration
67
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
0 commit comments