Skip to content

Commit

Permalink
fix: setup release action
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Oct 12, 2023
1 parent f9df19c commit 020888f
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 205 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Release

on:
push:
branches: [main]
branches: [master]

name: release

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: yandex-cloud/ui-release-action@main
with:
github-token: ${{ secrets.DIPLODOC_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.DIPLODOC_BOT_NPM_TOKEN }}
node-version: 14
- uses: yandex-cloud/ui-release-action@main
with:
github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.ROBOT_DATAUI_NPM_TOKEN }}
node-version: 14
Loading

0 comments on commit 020888f

Please sign in to comment.