Skip to content

Commit

Permalink
Merge branch 'main' into jamie/update-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Jan 13, 2025
2 parents e30ba86 + a494cbf commit 2938062
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Commit and push
run: |
git config --global user.email "github-tracker-bot@taplytics.com"
git config --global user.email "foundation-admin@devcycle.com"
git config --global user.name "DevCycle Automation"
git add ./version.go
git commit -m "Release ${{steps.prepare-release.outputs.next-release-tag}}"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
with:
sdks-to-test: '["go"]'
sdk-github-sha: ${{github.event.pull_request.head.sha}}
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}

4 changes: 2 additions & 2 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Test Examples
runs-on: ubuntu-latest
env:
DEVCYCLE_SERVER_SDK_KEY: ${{ secrets.DEVCYCLE_SERVER_SDK_KEY }}
DEVCYCLE_VARIABLE_KEY: go-example-tests
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
DEVCYCLE_VARIABLE_KEY: test
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 0 additions & 2 deletions example/local/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"log"
"os"
"time"
Expand Down Expand Up @@ -31,7 +30,6 @@ func main() {
if err != nil {
log.Fatalf("Error initializing client: %v", err)
}
fmt.Println(client.GetRawConfig())
log.Printf("client initialized")

features, _ := client.AllFeatures(user)
Expand Down

0 comments on commit 2938062

Please sign in to comment.