Skip to content

Commit 982c8cf

Browse files
authored
1 parent 11e2374 commit 982c8cf

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.github/workflows/release-github.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release GitHub
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches: [release/*]

.github/workflows/release-ruby.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release RubyGems
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches:

.github/workflows/rubocop.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Lint
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches:
@@ -13,6 +15,8 @@ jobs:
1315
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
with:
19+
persist-credentials: false
1620
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
1721
with:
1822
ruby-version: '3.4.7'

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Test cucumber
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches:

0 commit comments

Comments
 (0)