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 2dffcc9 commit 564aff7Copy full SHA for 564aff7
README.md
@@ -1,3 +1,14 @@
1
# APICURON commit reporter
2
3
A GitHub Action that reports pushes to your repository to APICURON, associating them with user ORCIDs
4
+
5
+## Usage
6
+### Setup
7
8
+1. **Add Secrets to Repository**:
9
+ - Go to Repository Settings → Secrets → Actions
10
+ - Add these required secrets:
11
+ - `REPORT_API_ENDPOINT`: APICURON report API URL
12
+ - `REPORT_API_TOKEN`: APICURON API auth token
13
+ - `USER_INFO_SERVICE_ENDPOINT`: ORCID lookup service URL
14
+ - `USER_INFO_SERVICE_TOKEN`: ORCID service auth token
0 commit comments