We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66cd44 commit b550ee4Copy full SHA for b550ee4
.github/workflows/release.yml
@@ -0,0 +1,15 @@
1
+name: Публикация релиза
2
+
3
+on:
4
+ release:
5
+ types:
6
+ - published
7
+ workflow_dispatch:
8
9
+jobs:
10
11
+ uses: autumn-library/workflows/.github/workflows/release.yml@v1
12
+ with:
13
+ package_mask: "litros-*.ospx"
14
+ secrets:
15
+ PUSH_TOKEN: ${{ secrets.PAT }}
.github/workflows/update-dependencies.yml
@@ -0,0 +1,17 @@
+name: Обновление зависимостей
+ schedule:
+ - cron: '0 0 * * 1'
+ update-dependencies:
+ if: github.repository_owner == 'alei1180'
+ runs-on: ubuntu-latest
+ steps:
+ - name: Обновление зависимостей
+ uses: Stivo182/depos-action@v1
16
+ message-prefix: build(deps)
17
+ token: ${{ secrets.PAT }}
0 commit comments