We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163eeab commit a9a739cCopy full SHA for a9a739c
.github/workflows/update-workflow.yml
@@ -7,7 +7,9 @@ jobs:
7
update-fork:
8
runs-on: ubuntu-latest
9
if: github.event.label.name == 'update-fork'
10
-
+ permissions:
11
+ contents: write
12
+ actions: write
13
steps:
14
- uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3 # v2.1.0
15
if: ${{ vars.use_github_app == 'true' }}
@@ -38,4 +40,4 @@ jobs:
38
40
39
41
- run: |
42
.\update-fork.ps1 -orgName ${{ github.repository_owner }} -userName "xxx" -PAT ${{ steps.get-token.outputs.token }} -issueTitle "${{ github.event.issue.title }}" -issueId ${{ github.event.issue.number }} -issuesRepository ${{ github.repository }}
- shell: pwsh
43
+ shell: pwsh
0 commit comments