hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
145 stars 87 forks source link

Remove unnecessary GitHub Actions permissions #713

Closed bestbeforetoday closed 2 months ago

bestbeforetoday commented 2 months ago

Explicit default permissions in workflows are not required with read-only permissions set at the repository level.

Also use a concurrency group for GitHub Pages deployment.

Closes #712