Commit b391128
committed
Use the official GitHub Action to obtain installation access tokens
When I committed the first workflow in e84a016 (Add a workflow to
synchronize refs from git/git to gitgitgadget/git, 2023-08-18), I had
missed the first public release of `actions/create-github-app-token` by
_mere days_: The first version of that GitHub Action to be officially
published to the GitHub Marketplace was v1.1.0, on August 22nd, 2023:
https://github.com/actions/create-github-app-token/releases/tag/v1.1.0,
i.e. a mere 4 days after I had committed the initial version of the
`sync-ref` workflow.
That was the reason why, when I scoured around for a GitHub Action that
could be used to obtain an installation access token, I only found a
third-party one.
I don't exactly remember how I got aware of the official Action provided
by GitHub itself, but I know that I immediately opened
#5 so that
I wouldn't forget to eventually migrate to that Action.
This commit is it. With this, we switch from that 3rd-party Action to
the official GitHub one.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 53fc07d commit b391128
File tree
3 files changed
+27
-12
lines changed- .github/workflows
3 files changed
+27
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | | - | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
98 | | - | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | | - | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments