Skip to content

Commit f51f335

Browse files
authored
Update semantic-release.yaml
1 parent 0ba721b commit f51f335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
id: generate_token
1919
uses: tibdex/github-app-token@v1
2020
with:
21-
app_id: ${{ inputs.APP_ID }}
22-
private_key: ${{ inputs.GET_TOKEN_KEY }}
21+
app_id: ${{ secrets.APP_ID }}
22+
private_key: ${{ secrets.GET_TOKEN_KEY }}
2323
- name: Checkout code
2424
uses: actions/checkout@v2
2525
with:

0 commit comments

Comments
 (0)