We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7daec6 commit 6e08246Copy full SHA for 6e08246
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Commit version change
54
run: |
55
- git config --global user.email "github-tracker-bot@taplytics.com"
+ git config --global user.email "foundation-admin@devcycle.com"
56
git config --global user.name "DevCycle Automation"
57
git add ./lib/Version.php
58
git add ./composer.json
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Test
10
runs-on: ubuntu-latest
11
env:
12
- DEVCYCLE_SERVER_SDK_KEY: ${{ secrets.DEVCYCLE_SERVER_SDK_KEY }}
+ DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
13
steps:
14
- uses: actions/checkout@v4
15
- uses: php-actions/composer@v6
0 commit comments