Skip to content

Commit bfb7f01

Browse files
committed
update branch
Signed-off-by: Isaac Milarsky <[email protected]>
1 parent 71ed665 commit bfb7f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_data.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.METRICS_GITHUB_TOKEN }}
3131
AUGUR_HOST: ${{ vars.AUGUR_HOST }}
32-
- name: Push to protected branch
32+
- name: Push to main
3333
uses: CasperWA/push-protected@v2
3434
with:
3535
token: ${{ secrets.METRICS_GITHUB_TOKEN }}
36-
branch: protected
36+
branch: main
3737
- run: |
3838
git config user.name 'GitHub Actions'
3939
git config user.email '[email protected]'

0 commit comments

Comments
 (0)