Skip to content

As an Org Admin, I want to generate an Org API token that is scoped to a set of Unit(s) so that a user with this token can use the Org API with Unit scoping permissions taken into account #1614

As an Org Admin, I want to generate an Org API token that is scoped to a set of Unit(s) so that a user with this token can use the Org API with Unit scoping permissions taken into account

As an Org Admin, I want to generate an Org API token that is scoped to a set of Unit(s) so that a user with this token can use the Org API with Unit scoping permissions taken into account #1614

Workflow file for this run

---
name: Project automation
on:
issues:
types:
- opened
- reopened
- closed
pull_request:
types:
- opened
- reopened
- review_requested
- closed
jobs:
project_management:
uses: SURFscz/SCZ-deploy/.github/workflows/project.yml@main
with:
event: ${{ github.event_name }}
action: ${{ github.event.action }}
state_reason: ${{ github.event.issue.state_reason }}
secrets: inherit