Skip to content

Commit eca7b43

Browse files
committed
Test removing token
1 parent 0269219 commit eca7b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
repository: 'antaalt/shader-sense'
5050
tag: ${{ format('v{0}', fromJson(steps.get_package_json.outputs.packageJson).server_version) }}
5151
fileName: '*.zip'
52-
token: '${{ secrets.GH_PAT }}'
52+
#token: '${{ secrets.GH_PAT }}'
5353
- name: Create bin folder
5454
run: mkdir ./bin
5555
- name: Copy windows binaries to bin

0 commit comments

Comments
 (0)