Skip to content

Commit a351fc6

Browse files
committed
token
1 parent 8a7d0a9 commit a351fc6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Test
18-
run: make
18+
run: make
19+
20+
# Deploy to local repo
21+
- name: Deploy
22+
uses: s0/git-publish-subdir-action@master
23+
env:
24+
REPO: self
25+
BRANCH: data_build
26+
FOLDER: tools/data_build
27+
GITHUB_TOKEN: ${{ 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 }}

0 commit comments

Comments
 (0)