File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 name : sample-data
3737 path : sample-data.zip
3838 overwrite : true
39- - name : Sync Labels
40- env :
41- GITHUB_ACCESS_TOKEN : ${{ secrets.LABEL_TOKEN }}
42- run : pipenv run make labels
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ deploy:
1717# To run this, ensure GITHUB_ACCESS_TOKEN environment variable set
1818labels :
1919 npm install -g github-label-sync
20- github-label-sync --labels .github/labels.yml microsoft /electionguard
21- github-label-sync --labels .github/labels.yml microsoft /electionguard-cpp
22- github-label-sync --labels .github/labels.yml microsoft /electionguard-python
23- github-label-sync --labels .github/labels.yml microsoft /electionguard-api-python
24- github-label-sync --labels .github/labels.yml microsoft /electionguard-ui
20+ github-label-sync --labels .github/labels.yml Election-Tech-Initiative /electionguard
21+ github-label-sync --labels .github/labels.yml Election-Tech-Initiative /electionguard-cpp
22+ github-label-sync --labels .github/labels.yml Election-Tech-Initiative /electionguard-python
23+ github-label-sync --labels .github/labels.yml Election-Tech-Initiative /electionguard-api-python
24+ github-label-sync --labels .github/labels.yml Election-Tech-Initiative /electionguard-ui
2525
2626release-zip-sample-data :
2727 @echo 📁 ZIP SAMPLE DATA
You can’t perform that action at this time.
0 commit comments