Skip to content

Commit

Permalink
trying new token
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 12, 2024
1 parent 52d8b82 commit 5029b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
docker exec --workdir /home/wrench/examples wrench-daemon-container bash ./run_all_examples.sh
- name: Compute coverage
env:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# WITHOUT DOCKER
#pip install coverage
Expand All @@ -99,8 +99,8 @@ jobs:
echo "COVERAGE_PERCENTAGE: $COVERAGE_PERCENTAGE"
badge_url="https://img.shields.io/badge/coverage-${COVERAGE_PERCENTAGE}25-brightgreen"
echo "BADGE_URL = $badge_url"
#git clone --quiet https://${TOKEN_GITHUB}@github.com/wrench-project/wrench-python-api.git > /dev/null;
git clone https://${TOKEN_GITHUB}@github.com/wrench-project/wrench-python-api.git
#git clone --quiet https://${GITHUB_TOKEN}@github.com/wrench-project/wrench-python-api.git > /dev/null;
git clone https://${GITHUB_TOKEN}@github.com/wrench-project/wrench-python-api.git
cd wrench-python-api;
echo "ORIGINAL README:"
tail README.md
Expand Down

0 comments on commit 5029b8d

Please # to comment.