Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ jobs:
name: sample-data
path: sample-data.zip
overwrite: true
- name: Sync Labels
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.LABEL_TOKEN }}
run: pipenv run make labels
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ deploy:
# To run this, ensure GITHUB_ACCESS_TOKEN environment variable set
labels:
npm install -g github-label-sync
github-label-sync --labels .github/labels.yml microsoft/electionguard
github-label-sync --labels .github/labels.yml microsoft/electionguard-cpp
github-label-sync --labels .github/labels.yml microsoft/electionguard-python
github-label-sync --labels .github/labels.yml microsoft/electionguard-api-python
github-label-sync --labels .github/labels.yml microsoft/electionguard-ui
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-cpp
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-python
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-api-python
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-ui

release-zip-sample-data:
@echo 📁 ZIP SAMPLE DATA
Expand Down