Skip to content

Commit

Permalink
Update on-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent d58a50d commit aed761e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ on:
"v3.*"
jobs:
release:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.VB_APP_ID }}
private-key: ${{ secrets.VB_PRIVATE_KEY }}
- uses: olegtarasov/[email protected]
id: tagName
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: vyxal/Release-Prepping
Expand Down

0 comments on commit aed761e

Please sign in to comment.