1,099 Search results for "public key url"
GraphQL API / Reference /
Interfaces
User
Fields for Actor
Name
Description
avatarUrl (URI!)
A URL pointing to the actor's public avatar.
Arguments for avatarUrl
size (Int)
The size of the
Migrations / GitHub Enterprise Importer / Migrate between GitHub products /
Migrating repositories from GitHub Enterprise Server to GitHub Enterprise Cloud
using the GraphQL API for your migration destination, passing in your archive URLs
Check the status of your migration via the GraphQL API
Validate your migration
GraphQL API / Reference /
Objects
time when the object was created.
databaseId (Int)
Identifies the primary key from the database.
id (ID!)
The Node ID of the AddedToProjectEvent object
GitHub Actions / Use cases and examples / Publish packages /
Publishing Node.js packages
package uses a scope prefix and the package is public, you need to use the option npm publish --access public. This is an option that npm requires to prevent
Authentication / Authenticate with a passkey /
Managing your passkeys
account settings. For more information, see Upgrading an existing security key to a passkey.
For information on how to remove a passkey from your account
Codespaces / Reference /
Allowing your codespace to access a private registry
which it was published. For example, if the repository is public, the package is also public. If the repository is private, the package is also private
Repositories / Manage repository settings / Enable features /
Managing GitHub Actions settings for a repository
actions and reusable workflows located within your repository and any other public repository. You can disable GitHub Actions for your repository altogether
Codespaces / Setting up your project / Configuring dev containers /
Specifying recommended secrets for a repository
organization, must provide. For example, if you have a public project, and users must provide a personal API key to run the application in your project, you can
GitHub Actions / Migrate to GitHub Actions / Manual migrations /
Migrating from Azure Pipelines to GitHub Actions
with the community.
For more information, see Understanding GitHub Actions.
Key differences
When migrating from Azure Pipelines, consider the following differences:
GitHub Actions / Write workflows /
Workflow syntax for GitHub Actions
permissions either as a top-level key, to apply to all jobs in the workflow, or within specific jobs. When you add the permissions key within a specific job, all