Skip to content

Commit 5e0d5af

Browse files
authored
Merge pull request #5 from pipe-cd/release-flow-fix
Add GH_TOKEN env to use gh cli
2 parents 555831e + 287556a commit 5e0d5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- env:
2727
INPUT_VERSION: ${{ inputs.version }}
28+
GH_TOKEN: ${{ github.token }}
2829
run: |
2930
cd piped-plugin-sdk-go
3031
LATEST_VERSION=$(git tag --sort=version:refname | tail -n 1)

0 commit comments

Comments
 (0)