Skip to content

Commit 4e52079

Browse files
committed
ci: token
1 parent cc226ee commit 4e52079

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/container.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs: build-docker-base-images
5151
steps:
52-
- name: Checkout code
53-
uses: actions/checkout@v4
54-
55-
- name: Clone GitLab submodule
52+
- uses: actions/checkout@v1
53+
with:
54+
repository: organization_name/repo_name
55+
token: ${{ secrets.GITHUB_TOKEN }}
56+
57+
- name: Clone GitHub submodule
5658
run: |
5759
git clone https://github.com/Benncs/rcmtool.git subprojects/rcmtool
5860

0 commit comments

Comments
 (0)