Skip to content

Commit

Permalink
ci: define read-only permission for GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoteles08 authored and sybrenstuvel committed Aug 16, 2023
1 parent 771a0b0 commit 327ecb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -2,6 +2,9 @@ name: Test Python-RSA

on: [push]

permissions:
contents: read

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

0 comments on commit 327ecb3

Please sign in to comment.