We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda3c3 commit fce874bCopy full SHA for fce874b
.github/workflows/release.yml
@@ -54,6 +54,6 @@ jobs:
54
55
- name: Публикация в hub.oscript.io
56
shell: bash
57
- 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
58
env:
59
- TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
0 commit comments