Skip to content

Commit

Permalink
Merge pull request #1855 from github/jm_add_perms_to_github_action
Browse files Browse the repository at this point in the history
fix: add explicit permissions to ci github action
  • Loading branch information
jmeridth committed Aug 6, 2024
2 parents d70539c + 1e2c039 commit 3c51ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push, pull_request]
env:
JRUBY_OPTS: -Xcext.enabled=true

permissions:
contents: read

jobs:
build:
name: "Test / Ruby ${{ matrix.ruby }}"
Expand Down

0 comments on commit 3c51ea1

Please sign in to comment.