We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deb1def + d845814 commit 25a5471Copy full SHA for 25a5471
1 file changed
.github/workflows/release.yml
@@ -21,10 +21,12 @@ jobs:
21
steps:
22
- name: checkout
23
uses: actions/checkout@v4
24
+ with:
25
+ persist-credentials: false
26
27
- uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # [email protected]
28
with:
- bundler-cache: true
29
+ bundler-cache: false
30
31
- name: bootstrap
32
run: script/bootstrap
0 commit comments