Skip to content

Commit

Permalink
test against this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 24, 2024
1 parent 20bcf09 commit 2ea6d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- dev
- auto-rollout

permissions:
# Allow action to write raw configs back to the repository.
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
destination_path: test/resources/destinations/resource.yaml
configuration_path: test/resources/configurations/resource.yaml
configuration_output_dir: test/otel/${{ matrix.bindplane_versions }}
target_branch: dev
target_branch: auto-rollout # TODO this should be main
# Token should have contents: write permissions
token: ${{ secrets.GITHUB_TOKEN }}
enable_otel_config_write_back: true
Expand Down

0 comments on commit 2ea6d5d

Please sign in to comment.