Skip to content

Commit c5364c8

Browse files
committed
feat: remove SPLIT_TOKEN verification step from publish workflow
1 parent 80a81c3 commit c5364c8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,6 @@ jobs:
119119
echo "sha=${SHA}" >> $GITHUB_OUTPUT
120120
echo "Split SHA: ${SHA}"
121121
122-
- name: Verify token
123-
env:
124-
SPLIT_TOKEN: ${{ secrets.SPLIT_TOKEN }}
125-
run: |
126-
if [ -z "${SPLIT_TOKEN}" ]; then
127-
echo "::error::SPLIT_TOKEN secret is empty or not set!"
128-
exit 1
129-
fi
130-
echo "SPLIT_TOKEN is set (length: ${#SPLIT_TOKEN})"
131-
132122
- name: Push to ${{ matrix.target }}
133123
env:
134124
SPLIT_TOKEN: ${{ secrets.SPLIT_TOKEN }}

0 commit comments

Comments
 (0)