Skip to content

Commit

Permalink
don't include github token in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Oct 30, 2024
1 parent 5019752 commit ea1b920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ matrix.args }}

0 comments on commit ea1b920

Please sign in to comment.