Skip to content

Commit ef9dcf1

Browse files
authored
Update and rename main.yml to build.yml
1 parent 7e324d3 commit ef9dcf1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Build
19-
run: echo ${{ github.sha }} > release.txt
19+
run: |
20+
echo ${{ github.sha }} > release.txt
21+
echo ${{ secrets.CUSTOM_GITHUB_TOKEN }}
2022
2123
- name: Release Binary
2224
uses: softprops/action-gh-release@v2
@@ -28,3 +30,4 @@ jobs:
2830
release.txt
2931
body_path: ${{ github.workspace }}-CHANGELOG.txt
3032
overwrite_files: true
33+
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)