freelo-action/.github/workflows/run.yml

22 lines
552 B
YAML
Raw Normal View History

2024-07-30 15:26:09 +02:00
name: Run the action
on:
workflow_dispatch:
issues:
types: [opened, edited, closed, reopened, assigned, unassigned]
issue_comment:
types: [created, edited, deleted]
jobs:
run-my-action:
name: Checks if this action works
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
2024-07-30 15:31:54 +02:00
email: ${{ secrets.FREELO_EMAIL }}
api-key: ${{ secrets.FREELO_TOKEN }}
project-id: "407412"
tasklist-id: "1167357"
github-token: ${{ secrets.GITHUB_TOKEN }}