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
Describe the bug
The nightly.yaml currently uses my personal access token (that I've scoped to just the slatedb/slatedb-website repo) to commit changes to the slatedb-website repo. I'd rather not have to manage a PAT for this, but the benchmark-action/github-action-benchmark action doesn't currently support ssh-key.
Expected behavior
I'd rather use SSH deploy keys for nightly.yaml. To do so, this patch needs to get merged:
Describe the bug
The nightly.yaml currently uses my personal access token (that I've scoped to just the slatedb/slatedb-website repo) to commit changes to the slatedb-website repo. I'd rather not have to manage a PAT for this, but the benchmark-action/github-action-benchmark action doesn't currently support
ssh-key
.Expected behavior
I'd rather use SSH deploy keys for
nightly.yaml.
To do so, this patch needs to get merged:benchmark-action/github-action-benchmark#283
The text was updated successfully, but these errors were encountered: