We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962b37 commit fc1eac8Copy full SHA for fc1eac8
.ci/create-release-github.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
OPERATOR_VERSION=$(git describe --tags)
4
-echo "${GH_WRITE_TOKEN}" | gh auth login --with-token
5
6
gh config set prompt disabled
7
gh release create \
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: "create the release in GitHub"
28
env:
29
- GH_WRITE_TOKEN: ${{ secrets.GH_WRITE_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: ./.ci/create-release-github.sh
31
32
- name: "refresh go proxy module info on release"
0 commit comments