mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
Agent-Logs-Url: https://github.com/furyhawk/home_stack/sessions/5b4122a6-c38f-4c18-8d92-14b82be7b67f Co-authored-by: furyhawk <831682+furyhawk@users.noreply.github.com>
15 lines
313 B
YAML
15 lines
313 B
YAML
name: Add to Project
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
add-to-project:
|
|
name: Add to project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@v1.0.2
|
|
with:
|
|
project-url: https://github.com/orgs/fastapi/projects/2
|
|
github-token: ${{ secrets.PROJECTS_TOKEN }}
|