Skip to content

Commit

Permalink
chore: remove dummy env var
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Oct 11, 2023
1 parent 13aa735 commit e086e8b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ on:
- cron: '0 14 * * *'
workflow_dispatch:

env:
token: "test"

jobs:
crawl:
uses: relaton/support/.github/workflows/crawler.yml@master
secrets:
args: ${{ secrets.IETF_BIB_BOT_PAT }}
with:
override-files: |
https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile=Gemfile
args: ${{ github.event.inputs.args }}
commit-indexes: false
# secrets: inherit

secrets:
args: ${{ secrets.IETF_BIB_BOT_PAT }}

0 comments on commit e086e8b

Please sign in to comment.