Skip to content

Commit

Permalink
Привёл имя энвов в соответствие с общими практикам
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 3, 2023
1 parent 8eda3c3 commit fce874b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:

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

0 comments on commit fce874b

Please sign in to comment.