We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bc605 commit 7364878Copy full SHA for 7364878
publish-on-orbs-registry/entrypoint.sh
@@ -1,7 +1,4 @@
1
#!/bin/sh -l
2
3
-# Setup using the secret CIRCLECI_TOKEN
4
-circleci setup --no-prompt --token $CIRCLECI_TOKEN
5
-
6
# Publish the orb on CircleCI Orbs Registry
7
-circleci orb publish source.yml nebulab/feature-branch-preview@$GITHUB_REF
+circleci orb publish source.yml nebulab/feature-branch-preview@$GITHUB_REF --token $CIRCLECI_TOKEN
0 commit comments