diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc83db4..bd8d0fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Makefile b/Makefile index d6039c3..631b7b3 100644 --- a/Makefile +++ b/Makefile @@ -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