-
Notifications
You must be signed in to change notification settings - Fork 42
Commit 82113b9
ci: use github token by default
Set `${{ github.token }}` as the default value for `github_token` input.
This is the common practice, examples:
* https://github.com/actions/checkout/blob/main/action.yml#L24
* astral-sh/setup-uv#61 1 parent 1f11eb2 commit 82113b9
2 files changed
+2
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 | - | ||
60 | - | ||
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
| |||
66 | 63 |
| |
67 | 64 |
| |
68 | 65 |
| |
69 | - | ||
66 | + | ||
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | + | ||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
0 commit comments