Skip to content

Commit e06bfe2

Browse files
authored
Merge pull request #166 from hyperledger-labs/docs-build
Use a Personal Access Token to create a release
2 parents 5f51ea7 + 790a4f1 commit e06bfe2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,4 @@ jobs:
115115
allowUpdates: 'true'
116116
artifacts: zeto-wasm-and-proving-keys/*.tar.gz
117117
tag: ${{ env.ZETO_VER }}
118-
env:
119-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)