Skip to content

Commit

Permalink
action secret
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Aug 17, 2024
1 parent 67611ff commit 2d0f828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
with:
tagName: ${{ github.ref_name }}
releaseName: v__VERSION__
Expand Down

0 comments on commit 2d0f828

Please sign in to comment.