Skip to content

Commit 673b294

Browse files
Merge pull request #1744 from InformaticsMatters/app-semantic-release
ci: fix typo in github app config
2 parents 28e7623 + 195c355 commit 673b294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/create-github-app-token@v2
4141
id: app-token
4242
with:
43-
app-id: ${{ vars.APP_ID }}
43+
app-id: ${{ secrets.APP_ID }}
4444
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4545

4646
- name: Release

0 commit comments

Comments
 (0)