We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6e1b7 commit deadd3fCopy full SHA for deadd3f
1 file changed
.github/workflows/release-dispatch.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Freeze branch
33
run: |
34
# gh auth login --with-token ${{ steps.octo-sts.outputs.token }}
35
- gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
+ # gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
36
37
gh api -X GET -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
38
/repos/DataDog/dd-trace-rs/branches/${{ env.BRANCH_NAME }}/protection
0 commit comments