We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818f579 commit 9c1d84bCopy full SHA for 9c1d84b
1 file changed
.github/workflows/release.yml
@@ -6,8 +6,8 @@ on:
6
- main
7
8
jobs:
9
- update_release_draft:
+ release:
10
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v4.0.2
11
- secrets:
12
- app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
13
- private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
+ secrets:
+ app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
+ private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
0 commit comments