Skip to content

Commit 0fe6f50

Browse files
authored
Merge pull request #10 from SimiaCryptus/1.9.9.1
Update intellij-aicoder
2 parents 60169bf + a5a8831 commit 0fe6f50

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
6565
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
6666
run: ../gradlew build publishPlugin -x test
67+
- name: Authenticate GitHub CLI
68+
env:
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
71+
6772

6873
- name: Upload Release Asset
6974
env:
@@ -73,4 +78,4 @@ jobs:
7378
cd ${{ github.workspace }}/intellij-aicoder/build/distributions
7479
for file in *; do
7580
gh release upload ${{ github.event.release.tag_name }} "$file"
76-
done
81+
done

SkyeNet

Submodule SkyeNet updated 145 files

intellij-aicoder

0 commit comments

Comments
 (0)