Skip to content

Commit

Permalink
rename access token for actions (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlp4 authored Aug 25, 2024
2 parents edea2c7 + 9dd6f9d commit 77e3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tauri_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: yarn tauri build ${{ matrix.settings.args }}
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_RELEASE_ACCESS_TOKEN }}
with:
tauriScript: true
tagName: cyb-tauri-${{ github.sha }}
Expand Down

0 comments on commit 77e3cd1

Please sign in to comment.