Skip to content

Commit

Permalink
Merge pull request #706 from turrisxyz/Pinned-Dependencies-GitHub
Browse files Browse the repository at this point in the history
chore: Set permissions for GitHub actions
  • Loading branch information
gjtorikian committed May 26, 2022
2 parents 2565ad4 + 7cc5d43 commit 78e33d4
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -3,6 +3,9 @@ name: Ruby CI
on:
push:

permissions:
contents: read

jobs:
test:
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78e33d4

Please sign in to comment.