Skip to content

Commit 2a9afa9

Browse files
authored
Merge pull request #12 from guydols/dev
Use correct gist id
2 parents f61b940 + 7582371 commit 2a9afa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: Schneegans/dynamic-badges-action@v1.8.0
6666
with:
6767
auth: ${{ secrets.GIST_TOKEN }}
68-
gistID: a1b2c3d4e5f6789012345678901234567890
68+
gistID: ${{ secrets.GIST_ID }}
6969
filename: bytehive-coverage.json
7070
label: coverage
7171
message: ${{ steps.cov.outputs.message }}

0 commit comments

Comments
 (0)