Skip to content

Commit 3d66d75

Browse files
Fix github-packages GPR verification job (add sleep and token authentication)
1 parent 9396bae commit 3d66d75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/github-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@ jobs:
8686

8787
- name: Install published package
8888
run: |
89+
sleep 15
8990
npm install -g @tech4file/cloudsync-cli
9091
cloudsync --version
92+
env:
93+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9194

9295
- name: Test installed package
9396
run: |

0 commit comments

Comments
 (0)