mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: fix version bump credentials (#14338)
This commit is contained in:
parent
78c9cd9789
commit
aaaa877d91
2 changed files with 4 additions and 4 deletions
4
.github/workflows/cargo_publish.yml
vendored
4
.github/workflows/cargo_publish.yml
vendored
|
@ -44,6 +44,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }}
|
||||
GH_WORKFLOW_ACTOR: ${{ github.actor }}
|
||||
run: |
|
||||
git config user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config user.name "${{ github.actor }}"
|
||||
git config user.email "propelml@gmail.com"
|
||||
git config user.name "denobot"
|
||||
./tools/release/04_post_publish.ts
|
||||
|
|
4
.github/workflows/version_bump.yml
vendored
4
.github/workflows/version_bump.yml
vendored
|
@ -53,6 +53,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }}
|
||||
GH_WORKFLOW_ACTOR: ${{ github.actor }}
|
||||
run: |
|
||||
git config user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config user.name "${{ github.actor }}"
|
||||
git config user.email "propelml@gmail.com"
|
||||
git config user.name "denobot"
|
||||
./tools/release/02_create_pr.ts
|
||||
|
|
Loading…
Reference in a new issue