Commit 48f76e1
committed
Use actions/create-github-app-token in the Dependabot workflow
The Dependabot workflow failed at the GitHub App token step with
"A JSON web token could not be decoded" using the deprecated
tibdex/github-app-token action, so it could not push the license SHA and
changelog updates to the PR branch. Switch to actions/create-github-app-token,
matching opensearch-java and opensearch-net.
Resolves opensearch-project#799
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>1 parent 408dca7 commit 48f76e1
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments