Skip to content

Commit

Permalink
add secret for github token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed May 18, 2020
1 parent a9b889a commit 281f319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: node scripts/release.js
env:
PACKAGES: core, react
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release if does not exist
run: echo "release this"
if: ${{ steps.changelog_reader.outputs.already_released == false }}
Expand Down

0 comments on commit 281f319

Please sign in to comment.