-
Notifications
You must be signed in to change notification settings - Fork 42
Commit 35d99c0
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 a49cac8 commit 35d99c0
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 | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | + | ||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
0 commit comments