Skip to content

Commit

Permalink
Update desktop-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asrient committed Nov 19, 2023
1 parent 4503be9 commit b22e562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18.17.0'
# setup web
Expand All @@ -35,7 +35,7 @@ jobs:
run: npm run publish:desktop
working-directory: ./apps
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_ENV: production
ONEAUTH_SERVER_URL: ${{ secrets.ONEAUTH_SERVER_URL }}
ONEAUTH_APP_ID: ${{ secrets.ONEAUTH_APP_ID }}
Expand Down

0 comments on commit b22e562

Please sign in to comment.