Skip to content

Commit

Permalink
remove github action token needed
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrs committed Jul 1, 2024
1 parent a3f81b6 commit 67dfedc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ jobs:
- name: Run Cairo tests
id: cairo_tests
run: bash scripts/run_tests.sh

- name: Commit and push changes to README
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update passed tests count and badge in README"
git push
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## About

[![Tests](https://img.shields.io/badge/Tests-79%20passed-brightgreen)](README.md)
[![Tests](https://img.shields.io/badge/Tests-108%20passed-brightgreen)](README.md)

Carbon Protocol V3 is a cutting-edge, open-source tool designed for the tokenization, trading, and management of carbon credits on Starknet.

Expand Down

0 comments on commit 67dfedc

Please sign in to comment.