Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla authored Feb 1, 2023
1 parent 4ebf1b1 commit 16b8727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{github.event.inputs.version}}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REPO_ACCESS_TOKEN }}
prerelease: ${{github.event.inputs.pre-release}}
notify-complete-fail:
if: ${{ failure() || cancelled() }}
Expand All @@ -54,4 +54,4 @@ jobs:
SLACK_ICON_EMOJI: ":ship:"
SLACK_TITLE: "Twilio Cli"
SLACK_MESSAGE: 'Homebrew Release Failed'
MSG_MINIMAL: actions url
MSG_MINIMAL: actions url

0 comments on commit 16b8727

Please sign in to comment.