Skip to content

Commit

Permalink
test cloning ieee-rawbib using action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Oct 13, 2023
1 parent e086e8b commit bace090
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ on:
workflow_dispatch:

jobs:
test:
name: Fetch from ieee-rawbib
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
with:
repository: ietf-ribose/ieee-rawbib
token: ${{ secrets.IETF_BIB_BOT_PAT }}
path: ieee-rawbib
crawl:
uses: relaton/support/.github/workflows/crawler.yml@master
with:
Expand All @@ -19,3 +29,4 @@ jobs:
commit-indexes: false
secrets:
args: ${{ secrets.IETF_BIB_BOT_PAT }}

0 comments on commit bace090

Please sign in to comment.