Skip to content

moving to pdm from poetry and updating token stuff #74

moving to pdm from poetry and updating token stuff

moving to pdm from poetry and updating token stuff #74

Workflow file for this run

name: Krypto
on: [push]
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate issues
id: launch
uses: antoniouaa/krypto@v2
with:
dir: "."
env:
KRYPTO_TOKEN: ${{secrets.KRYPTO_TOKEN}}
- name: Output quantity
run: |
echo "${{steps.launch.outputs.quantity}} TODOs created"