Update prepare-release.yml

This commit is contained in:
Lukasz Ostrowski 2023-03-09 15:22:33 +01:00 committed by GitHub
parent 749941a58a
commit 71d7157d93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)}}}'"