Skip to content

Import/transfer error (Unauthorize) #2657

Import/transfer error (Unauthorize)

Import/transfer error (Unauthorize) #2657

Workflow file for this run

name: Add bugs to bugs project
on:
issues:
types:
- opened
- transferred
permissions: {}
jobs:
add-to-project:
name: Add issue to Support Team project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/strapi/projects/15
github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }}