Skip to content

Commit

Permalink
rename winget token steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialon committed Jul 27, 2023
1 parent e1e25c8 commit f4ebed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
packages: write

steps:
- name: Generate token
id: generate_token
- name: Generate winget token
id: winget_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.WINGET_APP_ID }}
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
WINGET_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
WINGET_GITHUB_TOKEN: ${{ steps.winget_token.outputs.token }}

0 comments on commit f4ebed1

Please sign in to comment.