File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 with :
3434 fetch-depth : 0
35+ token : ${{ secrets.RELEASE_TOKEN }}
3536
3637 - name : Configure git
3738 run : |
@@ -127,7 +128,7 @@ jobs:
127128 - name : Create GitHub Release
128129 env :
129130 VERSION : ${{ steps.version.outputs.version }}
130- GH_TOKEN : ${{ github.token }}
131+ GH_TOKEN : ${{ secrets.RELEASE_TOKEN }}
131132 run : gh release create "$VERSION" --generate-notes --latest
132133
133134 - name : Update latest tag
Original file line number Diff line number Diff line change 1- v1.27.0
1+ v1.27.1
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ echo "---"
3535 echo " | Agent | \` agents/security-scanner.yaml\` |"
3636 echo " | Exit Code | 0 |"
3737 echo " | Execution Time | 45s |"
38- echo " | cagent Version | v1.27.0 |"
38+ echo " | cagent Version | v1.27.1 |"
3939 echo " | MCP Gateway | false |"
4040 echo " "
4141 echo " ✅ **Status:** Success"
You can’t perform that action at this time.
0 commit comments