Skip to content

Commit

Permalink
adding token
Browse files Browse the repository at this point in the history
  • Loading branch information
rozdolsky33 committed Oct 13, 2024
1 parent c448485 commit b21f649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@ jobs:

- name: Update coverage report
uses: ncruces/go-coverage-report@main
with:
report: true
chart: true
amend: true
env:
GITHUB_TOKEN: ${{ secrets.GH_WIKI_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/rozdolsky33/toolkit/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/rozdolsky33/toolkit)](https://goreportcard.com/report/github.com/rozdolsky33/toolkit)
![Tests](https://github.com/rozdolsky33/toolkit/actions/workflows/build.yml/badge.svg)
<a href="https://pkg.go.dev/github.com/tsawler/toolbox"><img src="https://img.shields.io/badge/godoc-reference-%23007d9c.svg"></a>
<a href="https://pkg.go.dev/github.com/rozdolsky33/toolkit"><img src="https://img.shields.io/badge/godoc-reference-%23007d9c.svg"></a>
[![Go Coverage](https://github.com/rozdolsky33/toolkit/wiki/coverage.svg)](https://raw.githack.com/wiki/rozdolsky33/toolkit/coverage.html)

This toolkit package provides a set of utilities designed for the Go programming language to handle common tasks like generating random strings and handling file uploads in web applications.
Expand Down

0 comments on commit b21f649

Please sign in to comment.