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.
2 parents 87b530a + cc25f26 commit 363e7afCopy full SHA for 363e7af
.github/workflows/ci.yml
@@ -1,5 +1,7 @@
1
name: CI
2
on: [push, pull_request]
3
+permissions:
4
+ contents: read
5
jobs:
6
build:
7
name: Test on Ruby ${{ matrix.ruby_version }}, Rails ${{ matrix.rails_version }}, graphql-ruby ${{ matrix.graphql_version }}
.github/workflows/release.yml
@@ -3,12 +3,12 @@ on:
release:
types: [published]
workflow_dispatch:
+ contents: write
8
+ id-token: write
9
10
11
name: Release to RubyGems
- permissions:
- contents: write
- id-token: write
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments