Skip to content

Commit 8c3bcf5

Browse files
committed
fix dash
1 parent ccc7819 commit 8c3bcf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/draft-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
id: generate_token
5858
uses: actions/create-github-app-token@v2
5959
with:
60-
app_id: ${{ secrets.GH_APP_RELEASE_ID }}
61-
private_key: ${{ secrets.GH_APP_RELEASE_PRIVATE_KEY }}
60+
app-id: ${{ secrets.GH_APP_RELEASE_ID }}
61+
private-key: ${{ secrets.GH_APP_RELEASE_PRIVATE_KEY }}
6262
permission-contents: read
6363

6464
- name: Checkout release-tools repository
@@ -94,8 +94,8 @@ jobs:
9494
# id: generate_token
9595
# uses: actions/create-github-app-token@v2
9696
# with:
97-
# app_id: ${{ secrets.GH_APP_RELEASE_ID }}
98-
# private_key: ${{ secrets.GH_APP_RELEASE_PRIVATE_KEY }}
97+
# app-id: ${{ secrets.GH_APP_RELEASE_ID }}
98+
# private-key: ${{ secrets.GH_APP_RELEASE_PRIVATE_KEY }}
9999
# permission-contents: write
100100

101101
# - name: Download all packages

0 commit comments

Comments
 (0)