We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335abdd commit b5235a7Copy full SHA for b5235a7
.github/workflows/project_action.yml
@@ -20,15 +20,15 @@ jobs:
20
- name: Add to Developer Board
21
env:
22
TOKEN: ${{ steps.generate_token.outputs.token }}
23
- uses: actions/add-to-project@v1.0.1
+ uses: actions/add-to-project@v1.0.2
24
with:
25
project-url: https://github.com/orgs/hdmf-dev/projects/7
26
github-token: ${{ env.TOKEN }}
27
28
- name: Add to Community Board
29
30
31
32
33
project-url: https://github.com/orgs/hdmf-dev/projects/8
34
0 commit comments