Skip to content

Commit

Permalink
chore(ci): update relase flow
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Mar 28, 2021
1 parent e3b87ec commit c580107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/download-artifact@v2
with:
name: webhook
Expand All @@ -65,7 +66,7 @@ jobs:
- name: Dry run release
if: github.event_name != 'pull_request'
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Read only token
run: |
cp .release/* .
yarn
Expand Down

0 comments on commit c580107

Please sign in to comment.