apollographql-gh-actions/Run Apollo Rover Persisted Queries Publish

Run the `rover persisted-queries publish` command.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: apollographql-gh-actions/rover-persisted-queries-publish@c97ae7c6616be6e454fb75a0c53beb109415cf2a # rover-v0.41.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apollo-keyYour Apollo Studio API key.yes
manifestPath to the persisted queries manifest file.yes
graph-ref<NAME>@<VARIANT> of graph in Apollo Studio. Looks up the persisted-query list attached to the variant. Takes precedence over `graph-id`/`list-id` if both are set.
graph-idGraph ID in Apollo Studio. Use together with `list-id` instead of `graph-ref`.
list-idPersisted queries list ID in Apollo Studio. Use together with `graph-id` instead of `graph-ref`.
manifest-formatManifest format: `apollo` (default) or `relay`.
for-client-nameIf provided, overrides the `clientName` field in every operation in the manifest.
logSpecify Rover's log level.
formatSpecify Rover's log format type [plain|json].
client-timeoutConfigure the timeout length (in seconds) when performing HTTP(S) requests.

no outputs