Skip to content

Commit 5523449

Browse files
authored
fix: use token for submodule checkout in dir test (#28)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent 8a7bf5e commit 5523449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-integrations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
with:
9393
fetch-depth: 0
9494
submodules: 'true'
95+
token: ${{ secrets.AGNTCY_BUILD_BOT_GH_TOKEN }}
9596

9697
- name: Login to GitHub Container Registry
9798
uses: docker/login-action@v3

0 commit comments

Comments
 (0)