Skip to content

Commit 71301df

Browse files
pascalholthausbjoernricks
authored andcommitted
Remove: greenbonebot token from update-header.yml
1 parent ce252c9 commit 71301df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-header.yml

Lines changed: 3 additions & 3 deletions
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 file header year
@@ -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: nasl misc src tools
2020
target: main

0 commit comments

Comments
 (0)