Update prepare-release.yml
This commit is contained in:
parent
749941a58a
commit
71d7157d93
1 changed files with 3 additions and 2 deletions
3
.github/workflows/prepare-release.yml
vendored
3
.github/workflows/prepare-release.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
title: Release apps
|
||||
commit: Release apps
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Use private access token so Github can trigger another workflow from this one
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
- name: print outputs
|
||||
run: "echo '${{toJSON(steps.changesets)}}}'"
|
Loading…
Reference in a new issue