Skip to content

Commit

Permalink
fix(ci): set GH_TOKEN in release workflow (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet authored Dec 6, 2024
1 parent 9dcc6f8 commit 1d35cd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Publish release'
name: "Publish release"

run-name: >
${{ format('Publish Release for Workflow: {0}', inputs.workflow_id) }}
Expand Down Expand Up @@ -27,6 +27,8 @@ jobs:
sumo-version: ${{ steps.get-version.outputs.sumo-version }}
binary-version: ${{ steps.get-version.outputs.binary-version }}
version: ${{ steps.get-version.outputs.version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1d35cd5

Please sign in to comment.