Skip to content

Commit

Permalink
Gh token local env
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Jan 10, 2023
1 parent ca70591 commit 6b09073
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- main

env:
NODE_OPTIONS: --max_old_space_size=4096
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max_old_space_size=4096

permissions:
contents: write
contents: write

jobs:
publish-tauri:
Expand All @@ -35,6 +34,8 @@ jobs:
- name: install app dependencies and build it
run: yarn && yarn build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__
releaseName: "App v__VERSION__"
Expand Down

0 comments on commit 6b09073

Please sign in to comment.