Skip to content

Commit

Permalink
chore(ci): provide secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaddaSz committed Jul 25, 2023
1 parent 4defbba commit 98ce60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ private_lane :add_token_to_npmrc do
sh("echo '\n#{npmrc_line}' >> '../.npmrc'")
npmrc_line="//${SAP_ARTIFACTORY_URL}/:_authToken=${PIPER_VAULTCREDENTIAL_IDENTITY_TOKEN}"
sh("echo '\n#{npmrc_line}' >> '../.npmrc'")
npmrc_line="registry=https://registry.npmjs.org"
sh("echo '\n#{npmrc_line}' >> '../.npmrc'")
npmrc_line="strict-ssl=false"
sh("echo '\n#{npmrc_line}' >> '../.npmrc'")
end

0 comments on commit 98ce60c

Please sign in to comment.