Home
last modified time | relevance | path

Searched +full:repo +full:- +full:token (Results 1 – 25 of 203) sorted by relevance

123456789

/external/oss-fuzz/infra/cifuzz/external-actions/run_fuzzers/
Daction.yml2 name: 'run-fuzzers'
9 fuzz-seconds:
13 dry-run:
19 run-fuzzers-mode:
23 "batch" is for non-interactive fuzzing of an entire project.
27 github-token:
29 Token for GitHub API. WARNING: THIS SHOULD NOT BE USED IN PRODUCTION YET
31 hardcode the token.
32 TODO(https://github.com/google/oss-fuzz/pull/5841#discussion_r639393361):
35 storage-repo:
[all …]
/external/oss-fuzz/infra/cifuzz/external-actions/build_fuzzers/
Daction.yml2 name: 'build-fuzzers'
3 description: "Builds an OSS-Fuzz project's fuzzers."
9 dry-run:
12 allowed-broken-targets-percentage:
18 project-src-path:
21 bad-build-check:
22 description: "Whether or not OSS-Fuzz's check for bad builds should be done."
25 storage-repo:
27 The git repo to use for storing certain artifacts from fuzzing.
29 storage-repo-branch:
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/self-hosted-builder/fs/usr/bin/
Dactions-runner8 # - repo=<owner>/<name>
9 # - access_token=<ghp_***>
12 set -e -u
14 # Check the cached registration token.
15 token_file=registration-token.json
17 expires_at=$(jq --raw-output .expires_at "$token_file" 2>/dev/null)
19 set -e
20 if [[ $status -ne 0 || $(date +%s) -ge $(date -d "$expires_at" +%s) ]]; then
21 # Refresh the cached registration token.
23 -X POST \
[all …]
/external/bazelbuild-rules_go/go/tools/releaser/
Dgithub.go7 // http://www.apache.org/licenses/LICENSE-2.0
25 "github.com/google/go-github/v36/github"
32 func (gh *githubClient) listTags(ctx context.Context, org, repo string) (_ []*github.RepositoryTag,…
35 err = fmt.Errorf("listing tags in github.com/%s/%s: %w", org, repo, err)
41 tags, resp, err := gh.Repositories.ListTags(ctx, org, repo, opts)
54 func (gh *githubClient) listReleases(ctx context.Context, org, repo string) (_ []*github.Repository…
57 err = fmt.Errorf("listing releases in github.com/%s/%s: %w", org, repo, err)
63 releases, resp, err := gh.Repositories.ListReleases(ctx, org, repo, opts)
79 func (gh *githubClient) getReleaseByTagIncludingDraft(ctx context.Context, org, repo, tag string) (…
80 releases, err := gh.listReleases(ctx, org, repo)
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha/src/main/java/com/google/cloud/gkehub/configmanagement/v1alpha/
DSyncStateOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Token indicating the state of the repo.
42 * Token indicating the state of the repo.
55 * Token indicating the state of the importer.
67 * Token indicating the state of the importer.
80 * Token indicating the state of the syncer.
92 * Token indicating the state of the syncer.
106 * Timestamp of when ACM last successfully synced the repo
123 * Timestamp of when ACM last successfully synced the repo
140 * Timestamp type of when ACM last successfully synced the repo
[all …]
DSyncState.java8 * https://www.apache.org/licenses/LICENSE-2.0
99 * ACM successfully synced the git Repo with the cluster
166 UNRECOGNIZED(-1),
183 * ACM successfully synced the git Repo with the cluster
331 if (desc.getIndex() == -1) { in valueOf()
354 * Token indicating the state of the repo.
377 * Token indicating the state of the repo.
405 * Token indicating the state of the importer.
428 * Token indicating the state of the importer.
456 * Token indicating the state of the syncer.
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta/src/main/java/com/google/cloud/gkehub/configmanagement/v1beta/
DSyncStateOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Token indicating the state of the repo.
42 * Token indicating the state of the repo.
55 * Token indicating the state of the importer.
67 * Token indicating the state of the importer.
80 * Token indicating the state of the syncer.
92 * Token indicating the state of the syncer.
106 * Timestamp of when ACM last successfully synced the repo
123 * Timestamp of when ACM last successfully synced the repo
140 * Timestamp type of when ACM last successfully synced the repo
[all …]
DSyncState.java8 * https://www.apache.org/licenses/LICENSE-2.0
99 * ACM successfully synced the git Repo with the cluster
166 UNRECOGNIZED(-1),
183 * ACM successfully synced the git Repo with the cluster
331 if (desc.getIndex() == -1) { in valueOf()
354 * Token indicating the state of the repo.
377 * Token indicating the state of the repo.
405 * Token indicating the state of the importer.
428 * Token indicating the state of the importer.
456 * Token indicating the state of the syncer.
[all …]
/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/java/com/google/cloud/gkehub/configmanagement/v1/
DSyncStateOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Token indicating the state of the repo.
42 * Token indicating the state of the repo.
55 * Token indicating the state of the importer.
67 * Token indicating the state of the importer.
80 * Token indicating the state of the syncer.
92 * Token indicating the state of the syncer.
106 * Timestamp of when ACM last successfully synced the repo
123 * Timestamp of when ACM last successfully synced the repo
140 * Timestamp type of when ACM last successfully synced the repo
[all …]
DSyncState.java8 * https://www.apache.org/licenses/LICENSE-2.0
99 * ACM successfully synced the git Repo with the cluster
166 UNRECOGNIZED(-1),
183 * ACM successfully synced the git Repo with the cluster
331 if (desc.getIndex() == -1) { in valueOf()
354 * Token indicating the state of the repo.
377 * Token indicating the state of the repo.
405 * Token indicating the state of the importer.
428 * Token indicating the state of the importer.
456 * Token indicating the state of the syncer.
[all …]
/external/oss-fuzz/infra/cifuzz/
Dconfig_utils.py7 # http://www.apache.org/licenses/LICENSE-2.0
24 # pylint: disable=wrong-import-position,import-error
62 # given to OSS-Fuzz users by not making them specify the language again (and
69 # pylint: disable=too-few-public-methods,too-many-instance-attributes
86 def token(self): member in BaseCiEnvironment
87 """Returns the CI API token."""
118 def token(self): member in GenericCiEnvironment
119 """Returns the CI API token."""
120 return os.getenv('TOKEN')
124 """Returns a tuple containing the project repo owner and None."""
[all …]
/external/googleapis/google/cloud/gkehub/v1/configmanagement/
Dconfigmanagement.proto7 // http://www.apache.org/licenses/LICENSE-2.0
46 // The user-defined name for the cluster used by ClusterSelectors to group
89 // Git repo configuration for the cluster.
92 // Specifies whether the Config Sync Repo is
97 // Git repo configuration for a single cluster.
106 // repo to sync. Default: the root directory of the repository.
115 // Type of secret configured for access to the Git repo.
118 // URL for the HTTPS proxy to be used when communicating with the Git repo.
166 // The deployment state for open source HNC (e.g. v0.7.0-hc.0)
169 // The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
[all …]
/external/googleapis/google/cloud/gkehub/v1beta/configmanagement/
Dconfigmanagement.proto7 // http://www.apache.org/licenses/LICENSE-2.0
46 // The user-defined name for the cluster used by ClusterSelectors to group
95 // Git repo configuration for the cluster.
98 // Specifies whether the Config Sync Repo is
103 // Git repo configuration for a single cluster.
112 // repo to sync. Default: the root directory of the repository.
121 // Type of secret configured for access to the Git repo.
124 // URL for the HTTPS proxy to be used when communicating with the Git repo.
178 // The deployment state for open source HNC (e.g. v0.7.0-hc.0)
181 // The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
[all …]
/external/googleapis/google/cloud/gkehub/v1alpha/configmanagement/
Dconfigmanagement.proto7 // http://www.apache.org/licenses/LICENSE-2.0
46 // The user-defined name for the cluster used by ClusterSelectors to group
95 // Git repo configuration for the cluster.
98 // Specifies whether the Config Sync Repo is
103 // Git repo configuration for a single cluster.
112 // repo to sync. Default: the root directory of the repository.
121 // Type of secret configured for access to the Git repo.
124 // URL for the HTTPS proxy to be used when communicating with the Git repo.
181 // The deployment state for open source HNC (e.g. v0.7.0-hc.0)
184 // The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)
[all …]
/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/proto/google/devtools/artifactregistry/v1/
Dartifact.proto7 // http://www.apache.org/licenses/LICENSE-2.0
47 // "projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/
49 // where "us-west4" is the registry_location, "test-project" is the
50 // project_id, "test-repo" is the repository_name and
57 …// us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9…
110 // The token to retrieve the next page of artifacts, or empty if there are no
135 // "projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/
136 // com.google.guava:guava:31.0-jre",
137 // where "us-west4" is the registry_location, "test-project" is the
138 // project_id, "test-repo" is the repository_name and
[all …]
/external/googleapis/google/devtools/artifactregistry/v1/
Dartifact.proto7 // http://www.apache.org/licenses/LICENSE-2.0
47 // "projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/
49 // where "us-west4" is the registry_location, "test-project" is the
50 // project_id, "test-repo" is the repository_name and
57 …// us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9…
110 // The token to retrieve the next page of artifacts, or empty if there are no
135 // "projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/
136 // com.google.guava:guava:31.0-jre",
137 // where "us-west4" is the registry_location, "test-project" is the
138 // project_id, "test-repo" is the repository_name and
[all …]
/external/sdk-platform-java/java-common-protos/.github/workflows/
Dapprove-readme.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
18 name: auto-merge-readme
21 runs-on: ubuntu-latest
22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
24 - uses: actions/github-script@v6
26 github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
28 // only approve PRs from yoshi-automation
29 if (context.payload.pull_request.user.login !== "yoshi-automation") {
43 owner: context.repo.owner,
44 repo: context.repo.repo,
[all …]
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/workflows/
Dapprove-readme.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
18 name: auto-merge-readme
21 runs-on: ubuntu-latest
22 if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
24 - uses: actions/github-script@v6
26 github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
28 // only approve PRs from yoshi-automation
29 if (context.payload.pull_request.user.login !== "yoshi-automation") {
43 owner: context.repo.owner,
44 repo: context.repo.repo,
[all …]
/external/kotlinx.coroutines/docs/topics/
Dcoroutines-and-channels.md19 …olutions` branch of the [project's repository](http://github.com/kotlin-hands-on/intro-coroutines).
26 2. Clone the [project template](http://github.com/kotlin-hands-on/intro-coroutines) by choosing **G…
32 git clone https://github.com/kotlin-hands-on/intro-coroutines
35 ### Generate a GitHub developer token
38 token. If you have two-factor authentication enabled, a token will be enough.
40 Generate a new GitHub token to use the GitHub API with [your account](https://github.com/settings/t…
42 1. Specify the name of your token, for example, `coroutines-tutorial`:
44 ![Generate a new GitHub token](generating-token.png){width=700}
46 2. Do not select any scopes. Click **Generate token** at the bottom of the page.
47 3. Copy the generated token.
[all …]
/external/google-auth-library-java/.github/workflows/
Dauto-release.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
18 name: auto-release
21 runs-on: ubuntu-latest
22 if: contains(github.head_ref, 'release-please')
24 - uses: actions/github-script@v6
26 github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
29 // only approve PRs from release-please[bot]
30 if (context.payload.pull_request.user.login !== "release-please[bot]") {
41 owner: context.repo.owner,
42 repo: context.repo.repo,
[all …]
/external/oss-fuzz/infra/cifuzz/filestore/github_actions/
Dgithub_actions_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
25 # pylint: disable=wrong-import-position
34 # pylint: disable=protected-access,no-self-use
42 self.token = 'example githubtoken'
44 self.repo = 'examplerepo'
45 os.environ['GITHUB_REPOSITORY'] = f'{self.owner}/{self.repo}'
47 self.config = test_helpers.create_run_config(token=self.token)
48 self.local_dir = '/local-dir'
53 'Authorization': f'token {self.token}',
62 mock_list_artifacts.assert_called_with(self.owner, self.repo,
[all …]
Dgithub_api.py7 # http://www.apache.org/licenses/LICENSE-2.0
25 # pylint: disable=wrong-import-position,import-error
40 authorization = f'token {config.token}'
62 # Github API response pages are 1-indexed.
104 def list_artifacts(owner, repo, headers): argument
105 """Returns a generator of all the artifacts for |owner|/|repo|."""
106 url = _get_artifacts_list_api_url(owner, repo)
/external/perfetto/tools/
Droll-catapult-trace-viewer8 # http://www.apache.org/licenses/LICENSE-2.0
17 # pinned SHA256 in install-build-deps.
19 set -e
21 PROJECT_ROOT="$(cd -P ${BASH_SOURCE[0]%/*}/..; pwd)"
24 echo "Usage: $0 /path/to/catapult/repo"
29 if [ ! -d "$CATAPULT/.git" ]; then
30 echo "$CATAPULT must point to a valid catapult repo"
34 REVISION=$(git -C "$CATAPULT" rev-parse --short HEAD)
35 OUTDIR="$(mktemp -d)"
37 git -C "$CATAPULT" log -1 | cat
[all …]
/external/python/google-api-python-client/docs/dyn/
Dgkehub_v1beta.projects.locations.features.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/tpm2-tss/.ci/
Dtravis.run3 set -e
5 # if no DOCKER_TAG is set, warn and default to fedora-30
6 if [ -z "$DOCKER_TAG" ]; then
7 echo "WARN: DOCKER_TAG is not set, defaulting to fedora-30"
8 export DOCKER_TAG="fedora-30"
12 # Docker starts you in a cloned repo of your project with the PR checkout out.
13 # We want those changes IN the docker image, so use the -v option to mount the
14 # project repo in the docker image.
21 echo "Running non-coverity build"
23 ci_env=$(bash <(curl -s https://codecov.io/env))
[all …]

123456789