Skip to content

Commit 63ec448

Browse files
Use GITHUB_TOKEN instead of CD_TOKEN for releases
1 parent 6d9595a commit 63ec448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/createtagandrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
name: ${{ steps.tag_and_prepare_release.outputs.new_tag }}
2727
tag: ${{ steps.tag_and_prepare_release.outputs.new_tag }}
2828
body: See the <a href="https://github.com/HewlettPackard/oneview-python/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.
29-
token: ${{ secrets.CD_TOKEN }}
29+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)