fix: update action reference in README to use the correct repository #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Commit Context | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
- debug | |
jobs: | |
get-commit-info: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Push to APICURON | |
uses: BioComputingUP/commit-tracker-apicuron@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
REPORT_API_ENDPOINT: https://dev.apicuron.org/api/reports | |
REPORT_API_TOKEN: ${{ secrets.REPORT_API_TOKEN }} | |
USER_INFO_SERVICE_ENDPOINT: ${{ secrets.USER_INFO_SERVICE_ENDPOINT }} | |
USER_INFO_SERVICE_TOKEN: ${{ secrets.USER_INFO_SERVICE_TOKEN }} | |
RESOURCE_ID: example_resource | |
ACTIVITY_NAME: non-repellat | |
LEAGUE: default | |
# RESOURCE_URL: https://mortified-goldfish.biz/ |