Skip to content

Commit

Permalink
Add missing token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
renehernandez committed Apr 21, 2021
1 parent d592033 commit 1442527
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pullRequests: true
prWoLabels: true
excludeLabels: 'duplicate,question,invalid,wontfix,release'
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
addSections: '{"documentation":{"prefix":"**Documentation Updates:**","labels":["documentation"]}}'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Changelog for ${{ env.CI_REF_NAME }}
Expand All @@ -52,7 +52,7 @@ jobs:
release:
name: Create Release
runs-on: ubuntu-latest
needs: [changelog]
needs: [changelog, artifacts]
steps:
- uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v2
Expand Down Expand Up @@ -83,3 +83,5 @@ jobs:
prerelease: false
files: |
dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1442527

Please sign in to comment.