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.
1 parent 97aca5f commit c2ff9b1Copy full SHA for c2ff9b1
.github/workflows/post-release-templates.yml
@@ -83,13 +83,13 @@ jobs:
83
84
git diff --name-only
85
86
- export BRANCH_NAME=templates/bump-${{ steps.determine_tag.outputs.release_tag }}
+ export BRANCH_NAME=templates/bump-${{ steps.determine_tag.outputs.release_tag }}-$(date +%s)
87
echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
88
89
- name: Create pull request
90
uses: peter-evans/create-pull-request@v7
91
with:
92
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN_POST_RELEASE_TEMPLATES }}
93
labels: 'area: templates'
94
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
95
commit-message: 'templates: bump templates for ${{ steps.determine_tag.outputs.release_tag }}'
0 commit comments