From f3b4f04869cc3b914f0dd52ce4db6c12de74c820 Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Tue, 19 Sep 2023 11:22:51 +0800 Subject: [PATCH] ++ --- .github/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b4b21c5..191d028 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,12 +8,16 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: read + packages: write steps: - uses: actions/checkout@v3 + # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v3 with: node-version: "16.x" + registry-url: "https://npm.pkg.github.com" + # Defaults to the user or organization that owns the workflow file + scope: "@agoraio-extensions" - name: Run unit test env: