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 10bafc8 commit 7fb41f5Copy full SHA for 7fb41f5
.github/workflows/issue-opened.yml
@@ -10,3 +10,6 @@ jobs:
10
issue_opened:
11
name: add issue to project
12
uses: bombshell-dev/automation/.github/workflows/add-issue-to-project.yml@main
13
+ secrets:
14
+ BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
15
+ BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
0 commit comments