Skip to content

Unification + expansion of the environment variables #15

Unification + expansion of the environment variables

Unification + expansion of the environment variables #15

Workflow file for this run

---
name: Set project
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
set-project:
name: 'Set project'
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
private_key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/OpenSlides/projects/2
github-token: ${{ steps.generate-token.outputs.token }}