Home
last modified time | relevance | path

Searched full:github_token (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/libc/.github/workflows/
Dbors.yml28 github_token: "${{ secrets.GITHUB_TOKEN }}"
51 github_token: "${{ secrets.GITHUB_TOKEN }}"
86 github_token: "${{ secrets.GITHUB_TOKEN }}"
108 github_token: "${{ secrets.GITHUB_TOKEN }}"
168 github_token: "${{ secrets.GITHUB_TOKEN }}"
196 github_token: "${{ secrets.GITHUB_TOKEN }}"
215 github_token: "${{ secrets.GITHUB_TOKEN }}"
249 github_token: "${{ secrets.GITHUB_TOKEN }}"
286 github_token: "${{ secrets.GITHUB_TOKEN }}"
357 github_token: "${{ secrets.GITHUB_TOKEN }}"
Ddocs.yml8 # Sets permissions of `GITHUB_TOKEN` to allow deployment to GitHub Pages
/third_party/rust/rust/src/tools/clippy/.github/workflows/
Dclippy_bors.yml26 github_token: "${{ secrets.github_token }}"
38 …body=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -s "https://api.github.com/repos…
82 github_token: "${{ secrets.github_token }}"
148 github_token: "${{ secrets.github_token }}"
172 github_token: "${{ secrets.github_token }}"
232 github_token: "${{ secrets.github_token }}"
Dclippy.yml38 github_token: "${{ secrets.github_token }}"
/third_party/notofonts/.github/workflows/
Dmonthly-release.yaml19 github_token: ${{ secrets.GITHUB_TOKEN }}
25 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Dstats.yaml19 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Dbuild.yaml19 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
/third_party/rust/rust/.github/workflows/
Ddependencies.yml33 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
/third_party/rust/rust/src/tools/
Dpublish_toolstate.py103 github_token, argument
132 'Authorization': 'token ' + github_token,
146 github_token, argument
203 github_token,
233 # which ones precisely but at least this is true for `github_token`.
242 github_token = sys.argv[4] variable
269 github_token,
277 if not github_token:
290 'Authorization': 'token ' + github_token,
/third_party/rust/crates/bindgen/.github/workflows/
Dsync-master-from-main.yml21 github_token: ${{ secrets.GITHUB_TOKEN }}
Ddeploy-book.yml25 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Drelease.yml56 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
244 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
/third_party/rust/rust/library/portable-simd/.github/workflows/
Ddoc.yml28 github_token: ${{ secrets.GITHUB_TOKEN }}
/third_party/skia/m133/third_party/externals/harfbuzz/.ci/
Dpublish_release_artifact.sh6 if [[ -z $GITHUB_TOKEN ]]; then
7 echo "No GITHUB_TOKEN secret found, artifact publishing skipped"
/third_party/rust/rust/src/tools/rust-analyzer/.github/workflows/
Drustdoc.yaml31 github_token: ${{ secrets.GITHUB_TOKEN }}
/third_party/ninja/.github/workflows/
Dmacos.yml48 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Dlinux.yml70 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
203 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Dwindows.yml62 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
/third_party/rust/crates/clap/.github/workflows/
Dpost-release.yml38 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Daudit.yml33 token: ${{ secrets.GITHUB_TOKEN }}
/third_party/grpc/tools/release/
Dbackport_pr.sh81 if [ -z "$GITHUB_TOKEN" ]; then
95 PR_DATA=$(curl -s -u "$GITHUB_USER:$GITHUB_TOKEN" \
106 COMMITS_DATA=$(curl -s -u "$GITHUB_USER:$GITHUB_TOKEN" \
/third_party/rust/rust/src/tools/rustfmt/.github/workflows/
Dupload-assets.yml73 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/
Dpublish.rs65 let token = match env::var("GITHUB_TOKEN") { in update_release()
67 …nal access token from https://github.com/settings/tokens and set the `GITHUB_TOKEN` environment va… in update_release()
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/release/
Dchangelog.rs14 let token = match env::var("GITHUB_TOKEN") { in get_changelog()
16 …nal access token from https://github.com/settings/tokens and set the `GITHUB_TOKEN` environment va… in get_changelog()
/third_party/rust/crates/env_logger/.github/workflows/
Daudit.yml33 token: ${{ secrets.GITHUB_TOKEN }}

12