Skip to content

Commit

Permalink
Don't auth to install npm/gems from github
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Oct 12, 2023
1 parent 15099b9 commit 6640afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
mongodb-version: 4.0
- name: Check out repository code
uses: actions/checkout@v4
with:
# Install gems/npm packages from GitHub fails without this
persist-credentials: false
- name: Do some action caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6640afc

Please sign in to comment.