We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee1534 commit 33ff871Copy full SHA for 33ff871
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
---
2
name: CI
3
4
+permissions: {}
5
+
6
on:
7
push:
8
branches:
@@ -20,6 +22,8 @@ jobs:
20
22
steps:
21
23
- name: Checkout
24
uses: actions/checkout@v5
25
+ with:
26
+ persist-credentials: false
27
28
- name: Setup Ruby
29
uses: ruby/setup-ruby@v1
@@ -50,6 +54,8 @@ jobs:
50
54
51
55
52
56
57
58
53
59
60
61
0 commit comments