Commit d1bdd23
authored
VLN-442: Use first-party action for GitHub app tokens (#872)
## Summary
- `.github/workflows/trigger-publish.yml`: Set the GitHub App token step
to include owner temporalio and added repositories list for cli and
docker-builds so the generated token retains access to both repos.
- `.github/workflows/trigger-docs.yml`: Upgraded the GitHub App token
step to actions/create-github-app-token@v2 and switched repositories
input to a multiline list (documentation) with an explanatory comment
while keeping the owner scoped to the repository owner.
---
Previous summary:
## Summary
- `.github/workflows/trigger-publish.yml`: Replaced
tibdex/github-app-token with actions/create-github-app-token@v2 and
converted inputs to the new action’s kebab-case names so the workflow
continues generating the app token securely.1 parent 2445cda commit d1bdd23
2 files changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments