diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 559f614..1748cf5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,3 +29,5 @@ jobs: distribution: goreleaser version: '~> v1' args: release --clean + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/readme.md b/readme.md index 478a6f2..42251cb 100644 --- a/readme.md +++ b/readme.md @@ -80,11 +80,11 @@ Decode storage with any http client ... ``` -##### History +#### History Project started in Jan 2023 in p2p.org in Polkadot SRE Team. Main goal of the project is to provide stable RPC service. -##### References +#### References -github.com/itering/scale.go - Go implementation of scale codec +[scale.go](github.com/itering/scale.go) - Go implementation of scale codec