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.
1 parent 07f8fe1 commit b2d39a9Copy full SHA for b2d39a9
.github/workflows/cffconvert.yml
@@ -5,13 +5,29 @@ on:
5
paths:
6
- CITATION.cff
7
8
+permissions:
9
+ actions: none
10
+ checks: none
11
+ contents: read
12
+ deployments: none
13
+ id-token: none
14
+ issues: none
15
+ packages: none
16
+ pages: none
17
+ pull-requests: none
18
+ repository-projects: none
19
+ security-events: none
20
+ statuses: none
21
+
22
jobs:
23
validate:
24
name: "validate"
25
runs-on: ubuntu-latest
26
steps:
27
- name: Check out a copy of the repository
28
uses: actions/checkout@v2
29
+ with:
30
+ persist-credentials: false
31
32
- name: Check whether the citation metadata from CITATION.cff is valid
33
uses: citation-file-format/[email protected]
0 commit comments