Skip to content

Commit f911981

Browse files
authored
missed change (#520)
1 parent 54af340 commit f911981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/todo-processor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
name: 'TODO Processing'
88
permissions:
9+
id-token: write
910
contents: write
1011
issues: write
1112
pull-requests: write
1213
steps:
1314
- uses: ausaccessfed/workflows/.github/actions/todo-processor@main
1415
with:
1516
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GPG_PRIVATE_KEY: ${{ secrets.RENOVATE_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)