Skip to content

Commit fce874b

Browse files
authored
Привёл имя энвов в соответствие с общими практикам
1 parent 8eda3c3 commit fce874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454

5555
- name: Публикация в hub.oscript.io
5656
shell: bash
57-
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.TOKEN }} -c stable
57+
run: opm push -f ./${{ matrix.package_mask }} --token ${{ env.PUSH_TOKEN }} -c stable
5858
env:
59-
TOKEN: ${{ secrets.ACCESS_TOKEN }}
59+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)