Use preferences.jl, document PAT #39
Annotations
2 errors, 2 warnings, and 1 notice
Documentation:
src/auth.jl#L18
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/auth.jl:18-22
```jldoctest; setup = :(using Airtable)
# after running `Airtable.set_pat("patfh3gwMkFASf6Ue.<obscured>")`
julia> key = Airtable.Credential()
Airtable.Credential("patfh3gwMkFASf6Ue")
```
Subexpression:
key = Airtable.Credential()
Evaluated output:
Airtable.Credential("patTYy21JL8ZdhmUK")
Expected output:
Airtable.Credential("patfh3gwMkFASf6Ue")
diff =
Warning: Diff output requires color.
Airtable.Credential("patfh3gwMkFASf6Ue")Airtable.Credential("patTYy21JL8ZdhmUK")
|
Documentation
Process completed with exit code 1.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|