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 9b5f1fb commit 03f5bdbCopy full SHA for 03f5bdb
.github/workflows/build.yml
@@ -2,6 +2,9 @@ name: Build
2
3
on: [push]
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
build:
10
name: Build
.github/workflows/release.yml
@@ -10,6 +10,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: true
12
13
14
15
16
17
18
name: Build Native Gems with Rake-Compiler-Dock
0 commit comments