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 986babe commit 0db1a17Copy full SHA for 0db1a17
1 file changed
.github/workflows/new-issue.yml
@@ -11,8 +11,9 @@ jobs:
11
add-to-project:
12
name: Add issue to BeeWare project
13
runs-on: ubuntu-latest
14
+ permissions: {}
15
steps:
- - uses: actions/add-to-project@v2.0.0
16
+ - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
17
with:
18
project-url: https://github.com/orgs/beeware/projects/1
19
github-token: ${{ secrets.BRUTUS_PAT_TOKEN }}
0 commit comments