Skip to content

Commit 7ba6bed

Browse files
authored
chore: add missing token in action (#160)
1 parent 32ee302 commit 7ba6bed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-coverage-badge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171

7272
- name: Update README.md with Coverage Badge
7373
if: github.event_name != 'pull_request'
74+
env:
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7476
run: |
7577
# Create the shields.io URL with the coverage data
7678
BADGE_URL="https://img.shields.io/badge/coverage-${{ steps.coverage.outputs.percentage }}%25-${{ steps.coverage.outputs.color }}"

0 commit comments

Comments
 (0)