From 91641f9432b70ad037b5bf8ba737fa28dfce816a Mon Sep 17 00:00:00 2001 From: Michael Amaral Date: Sun, 1 Mar 2020 15:50:31 -0300 Subject: [PATCH] using token on registry auth --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2563d5..6db6732 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Create .npmrc run: | echo "@platformbuilders:registry=https://npm.pkg.github.com - //npm.pkg.github.com/:_authToken=teste" > ~/.npmrc + //npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }}" > ~/.npmrc - name: Publish run: npm publish