Skip to content

Commit

Permalink
Remove unneeded permissions of GitHub action that validates CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Feb 8, 2022
1 parent 07f8fe1 commit abd7f50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ on:
paths:
- CITATION.cff

permissions:
contents: read

jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
Expand Down

0 comments on commit abd7f50

Please sign in to comment.