We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15099b9 commit 6640afcCopy full SHA for 6640afc
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,9 @@ jobs:
50
mongodb-version: 4.0
51
- name: Check out repository code
52
uses: actions/checkout@v4
53
+ with:
54
+ # Install gems/npm packages from GitHub fails without this
55
+ persist-credentials: false
56
- name: Do some action caching
57
uses: actions/cache@v3
58
with:
0 commit comments