Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles authored Aug 15, 2024
1 parent 785c02a commit 4670181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
workflow_dispatch:
secrets:
GITHUB_TOKEN:
GH_TOKEN:
required: true
NPM_TOKEN:
required: true
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

# Workaround for corepack enable in node
# Source: (https://github.com/actions/setup-node/issues/899#issuecomment-1828798029)
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event.inputs.workspace == ''
run: yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Update Apps
Expand Down

0 comments on commit 4670181

Please sign in to comment.