You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,7 @@ To request development snapshots, use one of these options:
66
66
swift-version: "main-snapshot-2024-08-01"
67
67
```
68
68
69
-
Or you can omit date to lookup for latest available snapshot (note that you may run into GitHub API limits,
70
-
which can be avoided if you specify API Token in your project settings)
69
+
Or you can omit date to lookup for latest available snapshot
71
70
72
71
```yaml
73
72
swift-version: "main-snapshot"
@@ -85,6 +84,13 @@ If date is ommited, it will lookup for the latest snapshot
85
84
swift-version: "5.7-snapshot"
86
85
```
87
86
87
+
Note that you may run into GitHub API limits, which can be avoided if you pass API token via environment variable
88
+
89
+
```yaml
90
+
env:
91
+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
+
```
93
+
88
94
## Note about versions
89
95
90
96
This project uses strict semantic versioning to determine what version of Swift to configure. This differs slightly from the official convention used by Swift.
0 commit comments