Skip to content

Commit

Permalink
fix: org token
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Sep 17, 2023
1 parent ef2a726 commit 2bde5f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-action-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issues to project board

on:
issues:
types: [opened]

jobs:
add-to-project:
if: github.repository_owner == 'cowprotocol'
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cowprotocol/projects/8
github-token: ${{ secrets.ORG_TOKEN }}

0 comments on commit 2bde5f4

Please sign in to comment.