Skip to content

Commit

Permalink
PK-2485: add GITHUB_TOKEN to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xxbbxb committed May 23, 2024
1 parent 5ed647a commit d7f2e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
distribution: goreleaser
version: '~> v1'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7f2e3b

Please sign in to comment.