Commit a5b8581
committed
BAU: Remove usage of DEPENDABOT_PAT secret
This was never actually used because:
1. `contents:write` and `pull_request:write` are explicitly granted on
the job, so dependabot can do what it needs with the default
GITHUB_TOKEN.
2. The PAT was added to the repo secrets, not the dependabot secrets,
so the workflow couldn't access it anyway.1 parent b9db2d9 commit a5b8581
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
| |||
0 commit comments