We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f6b871 + b2cc3ad commit 5d707eaCopy full SHA for 5d707ea
examples/.github/workflows/release-on-milestone-closed.yml
@@ -52,6 +52,9 @@ jobs:
52
command-name: "laminas:automatic-releases:bump-changelog"
53
env:
54
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
55
+ "SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
56
+ "GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
57
+ "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
58
59
- name: "Create new milestones"
60
uses: "laminas/automatic-releases@v1"
0 commit comments