Skip to content

Commit ad8f6d9

Browse files
committed
TEMPORARY: Explicitly clear NODE_AUTH_TOKEN for OIDC
1 parent 982b434 commit ad8f6d9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
else
3939
echo "PRERELEASE=" >> $GITHUB_ENV
4040
fi
41-
- run: cd contracts && npm publish --provenance --access public ${{ env.PRERELEASE }} # TEMPORARY: testing OIDC with npm instead of pnpm
41+
- run: cd contracts && npm publish --provenance --access public ${{ env.PRERELEASE }} # TEMPORARY: testing OIDC
42+
env:
43+
NODE_AUTH_TOKEN: '' # Explicitly clear to force OIDC

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fhenixprotocol/cofhe-contracts",
33
"description": "Smart Contract Library for the CoFHE with FHE primitives",
4-
"version": "0.0.14-test.3",
4+
"version": "0.0.14-test.4",
55
"author": {
66
"name": "FhenixProtocol",
77
"url": "https://github.com/FhenixProtocol/cofhe-contracts"

0 commit comments

Comments
 (0)