Searched full:github_token (Results 1 – 17 of 17) sorted by relevance
76 repo_token: ${{ secrets.GITHUB_TOKEN }}79 GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 create24 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files llvm-8.0.1rc4…27 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files *.src.*
17 token: ${{ secrets.GITHUB_TOKEN }}
23 token: ${{ secrets.GITHUB_TOKEN }}
12 github-token: ${{ secrets.GITHUB_TOKEN }}
15 repo-token: ${{ secrets.GITHUB_TOKEN }}
16 travis_token = request('https://api.travis-ci.org/auth/github', '{"github_token":"' + os.environ['G…
34 … git remote add upstream https://x-access-token:${{secrets.GITHUB_TOKEN}}@github.com/dtolnay/cxx
50 …git remote add origin https://x-access-token:${{ secrets.github_token }}@github.com/${{ github.rep…
24 token: ${{ secrets.GITHUB_TOKEN }}
159 GITHUB_TOKEN: ${{ secrets.GH_CLIPPY_TOKEN }}
93 …git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh…
19 token: ${{ secrets.GITHUB_TOKEN }}
329 TOKEN = os.environ["GITHUB_TOKEN"]334 …include param --token=<your github token> or set environment variable GITHUB_TOKEN to your github …
169 …git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh…
13 -g, --github_token X HTTP Github oauth token (for buildbots)
40 # It publishes the source tarball as artifacts and if the GITHUB_TOKEN