We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5dbfd commit 34033f3Copy full SHA for 34033f3
.github/workflows/release.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
# TODO: Use different token
18
- GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
19
GIT_AUTHOR_NAME: "DBX PHP Release Bot"
20
GIT_AUTHOR_EMAIL: "[email protected]"
21
default-release-message: |
0 commit comments