Skip to content

Commit 3ac1f0f

Browse files
Remove: greenbonebot token from update-header.yml (#935)
1 parent 2ba55f9 commit 3ac1f0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-header.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: '0 0 1 1 *' # At 00:00 on day-of-month 1 in January.
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
update-header:
1013
name: Update headers
@@ -13,8 +16,5 @@ jobs:
1316
- name: Run update header
1417
uses: greenbone/actions/update-header@v3
1518
with:
16-
github-user: ${{ secrets.GREENBONE_BOT }}
17-
github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }}
18-
github-user-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
1919
directories: ospd ospd_openvas tests
2020
target: main

0 commit comments

Comments
 (0)