Skip to content

Commit 6640afc

Browse files
committed
Don't auth to install npm/gems from github
1 parent 15099b9 commit 6640afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
mongodb-version: 4.0
5151
- name: Check out repository code
5252
uses: actions/checkout@v4
53+
with:
54+
# Install gems/npm packages from GitHub fails without this
55+
persist-credentials: false
5356
- name: Do some action caching
5457
uses: actions/cache@v3
5558
with:

0 commit comments

Comments
 (0)