Skip to content

Test issue

Test issue #165

# WARNING: This file is synced from the octue/.github repository.
# Do not edit this file in any repo other than octue/.github, or your changes will be overwritten
name: synced-add-issues-to-octue-board
on:
issues:
types: [opened, reopened, transferred]
jobs:
add-issues-to-octue-board:
runs-on: ubuntu-latest
steps:
- name: Add to Board
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/octue/projects/22
github-token: ${{ secrets.PROJECT_AUTOMATION_GITHUB_TOKEN_2 }}