Skip to content

Commit

Permalink
workflow: token
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Apr 2, 2020
1 parent b3be74a commit e70f35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
args: release --rm-dist --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload artifacts
uses: actions/upload-artifact@master
with:
Expand All @@ -94,4 +94,4 @@ jobs:
version: latest
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SERVICE_SHARK_TOKEN }}

0 comments on commit e70f35a

Please sign in to comment.