Skip to content

Commit 6e08246

Browse files
committed
Update automation user
1 parent b7daec6 commit 6e08246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Commit version change
5454
run: |
55-
git config --global user.email "github-tracker-bot@taplytics.com"
55+
git config --global user.email "foundation-admin@devcycle.com"
5656
git config --global user.name "DevCycle Automation"
5757
git add ./lib/Version.php
5858
git add ./composer.json

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
runs-on: ubuntu-latest
1111
env:
12-
DEVCYCLE_SERVER_SDK_KEY: ${{ secrets.DEVCYCLE_SERVER_SDK_KEY }}
12+
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: php-actions/composer@v6

0 commit comments

Comments
 (0)