Skip to content

Commit

Permalink
ci: fix missing credentials in mac and win jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Feb 2, 2020
1 parent 20b45df commit 9c4f112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
macOS:
name: macOS Artifact
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -88,6 +90,8 @@ jobs:
windows:
name: Windows Artifact
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 9c4f112

Please sign in to comment.