Skip to content

Commit

Permalink
Merge branch 'dev' into fix-scalar-cmpd-dset-export
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Oct 2, 2024
2 parents 621c4ba + b5235a7 commit 357e28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Add to Developer Board
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
project-url: https://github.com/orgs/hdmf-dev/projects/7
github-token: ${{ env.TOKEN }}

- name: Add to Community Board
env:
TOKEN: ${{ steps.generate_token.outputs.token }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
project-url: https://github.com/orgs/hdmf-dev/projects/8
github-token: ${{ env.TOKEN }}

0 comments on commit 357e28d

Please sign in to comment.