File tree Expand file tree Collapse file tree 4 files changed +14
-45
lines changed
Expand file tree Collapse file tree 4 files changed +14
-45
lines changed Original file line number Diff line number Diff line change 11.github/workflows/auto-assign-issue.yml
22.github/workflows/codespell.yml
3+ .github/workflows/rebase-dependabot-pull-requests.yml
Original file line number Diff line number Diff line change 66 - main
77 pull_request : { }
88
9+ permissions :
10+ id-token : write
11+
912defaults :
1013 run :
1114 shell : bash
@@ -23,10 +26,18 @@ jobs:
2326 runs-on : ubuntu-latest
2427 timeout-minutes : 30
2528 steps :
29+ - name : Get GitHub Token
30+ id : get-token
31+ uses : remal/github-repository-token-issuer@v1
32+ with :
33+ scopes : |
34+ contents: write
35+ workflows: write
36+
2637 - name : Checkout repository
2738 uses : actions/checkout@v6
2839 with :
29- token : ${{secrets.PUSH_BACK_TOKEN }}
40+ token : ${{steps.get-token.outputs.token }}
3041 submodules : recursive
3142 lfs : true
3243 fetch-depth : 1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pull_request_rules:
2525
2626- name : Sync with template
2727 conditions :
28- - ' author= remal'
28+ - ' author~=^( remal|repository-token-issuer\[bot\])$ '
2929 - ' label=sync-with-template'
3030 - ' #added-files=0'
3131 - ' #removed-files=0'
You can’t perform that action at this time.
0 commit comments