Skip to content

Commit

Permalink
Merge pull request #1456 from spidernet-io/fix/badges
Browse files Browse the repository at this point in the history
Update badge action to right secret
  • Loading branch information
weizhoublue authored Aug 29, 2024
2 parents 4f8e90d + a7dace3 commit 81907e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/badge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ env.BADGE_E2ECOVER_ID != '' }}
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GET_GIST }}
auth: ${{ secrets.WELAN_PAT }}
gistID: ${{ env.BADGE_E2ECOVER_ID }}
filename: ${{ env.BADGE_E2ECOVER_FILENAME }}
label: e2e cover
Expand Down

0 comments on commit 81907e9

Please sign in to comment.