Skip to content

Commit

Permalink
Merge pull request #285 from HewlettPackard/PR
Browse files Browse the repository at this point in the history
OV8.7 Validation
  • Loading branch information
akshith-gunasheelan authored Jan 10, 2024
2 parents 7ef29ff + c2bc62d commit c88b3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createtagandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: tag_and_prepare_release
uses: anothrNick/github-tag-action@1.61.0
env:
GITHUB_TOKEN: ${{ secrets.CD_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
CUSTOM_TAG: "v8.7.0"
- name: Display
Expand All @@ -26,4 +26,4 @@ jobs:
name: ${{ steps.tag_and_prepare_release.outputs.new_tag }}
tag: ${{ steps.tag_and_prepare_release.outputs.new_tag }}
body: See the <a href="https://github.com/HewlettPackard/oneview-python/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details.
token: ${{ secrets.CD_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

0 comments on commit c88b3e5

Please # to comment.