-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* Bump golang.org/x/crypto from 0.15.0 to 0.17.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. - [Commits](golang/crypto@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * add permission * Update serverless gomod * Empty-Commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jennie Pham <[email protected]> Co-authored-by: grafanabot <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
name: Dependabot | ||
on: pull_request | ||
permissions: | ||
contents: write | ||
|
||
# NOTE: For this job, we are unable to use the GITHUB_TOKEN from the action | ||
# itself. The reason for this is that the tokens handed out for actions dont' | ||
|
@@ -33,7 +35,7 @@ jobs: | |
USER: grafanabot | ||
TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }} | ||
run: | | ||
git config --global url."https://${USER}:${TOKEN}@github.com/grafana/".insteadOf "https://github.com/grafana/" | ||
git config --global url."https://${USER}:${TOKEN}@github.com/grafana/tempo".insteadOf "https://github.com/grafana/tempo" | ||
git config user.name grafanabot | ||
git config user.email [email protected] | ||
git add cmd/tempo-serverless/lambda/go.mod | ||
|
@@ -43,9 +45,5 @@ jobs: | |
git diff --quiet --staged || git commit -m 'Update serverless gomod' | ||
- name: Push changes | ||
env: | ||
USER: grafanabot | ||
TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }} | ||
run: | | ||
git config --global url."https://${USER}:${TOKEN}@github.com/grafana/".insteadOf "https://github.com/grafana/" | ||
git push origin ${{ github.head_ref }} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.