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 4024f4d commit 36916f0Copy full SHA for 36916f0
.github/workflows/ci.yml
@@ -11,6 +11,9 @@ env:
11
GIT_BRANCH: ${{ github.ref }}
12
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
13
14
+permissions:
15
+ contents: read # to fetch code (actions/checkout)
16
+
17
jobs:
18
linting:
19
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -4,6 +4,8 @@ on:
4
release:
5
types: [published]
6
7
8
+ contents: read # to checkout the code (actions/checkout)
9
10
build:
name: Publish to Rubygems
.github/workflows/refresh_team_page.yml
@@ -4,6 +4,7 @@ on:
push:
branches: [ main ]
+permissions: {}
name: Refresh Contributors Stats
0 commit comments