Skip to content

Commit

Permalink
move token
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Dec 10, 2024
1 parent d139f83 commit 5a7c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: update pip & install custom dependencies
run: |
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
sh scripts/shell/m2chip_install.sh
brew install labstreaminglayer/tap/lsl
python -m pip install --upgrade pip
Expand All @@ -135,4 +134,5 @@ jobs:
make build
- name: codacy
run: |
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r "cobertura.xml"

0 comments on commit 5a7c8a4

Please sign in to comment.