Skip to content

Commit 93bacea

Browse files
Merge pull request #6 from Checkmarx/alex-fix-flow
Fix workflow (AST-0000)
2 parents ddf2cbe + 619c903 commit 93bacea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
- name: Checkout the repository
1616
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717

18-
- name: Git auth config
19-
run: |
20-
git config --local user.email "[email protected]"
21-
git config --local user.name "cxAST CI"
22-
2318
- name: Get and Format the PR Title
2419
id: get_pr_title
2520
run: |
@@ -57,6 +52,8 @@ jobs:
5752
5853
- name: Create release from tag
5954
uses: actions/create-release@v1
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
6057
with:
6158
tag_name: ${{ steps.bump.outputs.new_version }}
6259
release_name: Release ${{ steps.bump.outputs.new_version }}

0 commit comments

Comments
 (0)