Skip to content

Commit

Permalink
Merge pull request #2 from Roave/fix/automatic-release-env-vars
Browse files Browse the repository at this point in the history
Fixed environment variables required for changelog version bumping in automatic release workflow
  • Loading branch information
Ocramius committed Sep 4, 2020
2 parents 838cccd + 035d73b commit 5bb5813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-on-milestone-closed.yml
Expand Up @@ -50,6 +50,9 @@ jobs:
command-name: "laminas:automatic-releases:bump-changelog"
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create new milestones"
uses: "laminas/automatic-releases@v1"
Expand Down

0 comments on commit 5bb5813

Please sign in to comment.