Skip to content

Commit 1ab6fa2

Browse files
authored
Merge pull request #84 from atc-net/JKrag-patch-1
Add token to allow PR to trigger actions
2 parents dade3bb + f8e2132 commit 1ab6fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --list --show-origin
3333
- run: |
3434
dotnet build -c Release
35-
- name: 💾Create pr
35+
- name: 💾Create PR
3636
uses: peter-evans/create-pull-request@v3
3737
with:
3838
commit-message: 'Pipeline ran atc-coding-rules-updater Build: ${{ env.GITHUB_RUN_ID}}'
@@ -41,3 +41,4 @@ jobs:
4141
labels: automated pr
4242
branch: ${{ env.BRANCH_NAME }}
4343
delete-branch: true
44+
token: ${{ secrets.PAT_WORKFLOWS }}

0 commit comments

Comments
 (0)