Skip to content

Commit

Permalink
Merge pull request #1593 from api3dao/fix-release-scripts
Browse files Browse the repository at this point in the history
Add missing GH token env variable
  • Loading branch information
amarthadan authored Dec 9, 2022
2 parents ff0a98b + e2cd940 commit 3fcbc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"docker:scripts:npm-registry": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock api3/airnode-packaging:latest npm-registry",
"docker:scripts:npm-registry:start": "yarn docker:scripts:npm-registry start",
"docker:scripts:npm-registry:stop": "yarn docker:scripts:npm-registry stop",
"docker:scripts:npm:publish": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e NPM_TOKEN api3/airnode-packaging:latest npm publish",
"docker:scripts:npm:publish": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e NPM_TOKEN -e GITHUB_TOKEN api3/airnode-packaging:latest npm publish",
"docker:scripts:npm:publish-snapshot": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e NPM_TOKEN api3/airnode-packaging:latest npm publish-snapshot",
"docker:scripts:npm:publish-snapshot:mount": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/airnode api3/airnode-packaging:latest npm publish-snapshot",
"docker:scripts:npm:publish-snapshot:local": "yarn docker:scripts:npm:publish-snapshot:mount --npm-registry local --npm-tag local",
Expand Down

0 comments on commit 3fcbc37

Please sign in to comment.