Skip to content

Commit

Permalink
OPS: Use new location for reusable issue sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jul 6, 2023
1 parent e86af6b commit c217ed3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/synced-add-issues-to-octue-board.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# 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
name: add-issues-to-octue-board

on:
issues:
types: [opened, reopened, transferred]

jobs:
add-issues-to-octue-board:
uses: octue/.github/.github/workflows/synced-add-issues-to-octue-board.yaml@main
uses: octue/.github/workflows/reusable-add-issues-to-octue-board.yaml@main
secrets:
github-token: ${{ secrets.PROJECT_AUTOMATION_GITHUB_TOKEN_2 }}

0 comments on commit c217ed3

Please sign in to comment.