Skip to content

[USERSNAP] I can't verify my status as a DRep to leave a comment on Gov Tools. I keep getting an error message at the top of the window in a red box. The transaction that is being set up in Eternl fails and I can't sign it, after entering the password a... #850

[USERSNAP] I can't verify my status as a DRep to leave a comment on Gov Tools. I keep getting an error message at the top of the window in a red box. The transaction that is being set up in Eternl fails and I can't sign it, after entering the password a...

[USERSNAP] I can't verify my status as a DRep to leave a comment on Gov Tools. I keep getting an error message at the top of the window in a red box. The transaction that is being set up in Eternl fails and I can't sign it, after entering the password a... #850

name: Add all issues created to projects
on:
issues:
types: [opened]
jobs:
add-to-govtool-all-project:
name: Add issue to GovTool all project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/IntersectMBO/projects/30
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
add-to-community-backlog-project:
name: Add issue to governance tools community backlog project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/IntersectMBO/projects/34
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}