Skip to content

Commit deadd3f

Browse files
committed
try without login
1 parent df6e1b7 commit deadd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Freeze branch
3333
run: |
3434
# gh auth login --with-token ${{ steps.octo-sts.outputs.token }}
35-
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
35+
# gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
3636
3737
gh api -X GET -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
3838
/repos/DataDog/dd-trace-rs/branches/${{ env.BRANCH_NAME }}/protection

0 commit comments

Comments
 (0)