Update prepare-release.yml
This commit is contained in:
parent
749941a58a
commit
71d7157d93
1 changed files with 3 additions and 2 deletions
5
.github/workflows/prepare-release.yml
vendored
5
.github/workflows/prepare-release.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
||||||
title: Release apps
|
title: Release apps
|
||||||
commit: Release apps
|
commit: Release apps
|
||||||
env:
|
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
|
- name: print outputs
|
||||||
run: "echo '${{toJSON(steps.changesets)}}}'"
|
run: "echo '${{toJSON(steps.changesets)}}}'"
|
||||||
|
|
Loading…
Reference in a new issue