File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 2525concurrency :
2626 group : ${{ github.workflow }}-${{ inputs.workspace }}
2727
28- permissions :
29- contents : write
30- actions : write
31-
3228jobs :
3329 changesets-pr :
3430 name : Update Version Packages PR for ${{ inputs.workspace }}
4743 with :
4844 egress-policy : audit
4945
46+ - uses : actions/create-github-app-token@v2
47+ id : app-token
48+ with :
49+ app-id : ${{ secrets.BACKSTAGE_BOT_APPLICATION_ID }}
50+ private-key : ${{ secrets.BACKSTAGE_BOT_PRIVATE_KEY }}
51+
5052 - name : Checkout
5153 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
52-
54+ with :
55+ fetch-depth : 0
56+ token : ${{ steps.app-token.outputs.token }}
57+
5358 - name : Set up Node
5459 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
5560 with :
You can’t perform that action at this time.
0 commit comments