We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2740cae commit ef15477Copy full SHA for ef15477
.github/workflows/go.yml
@@ -45,6 +45,8 @@ jobs:
45
release:
46
needs: build
47
runs-on: ubuntu-latest
48
+ env:
49
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
#if: startsWith(github.ref, 'refs/tags/')
51
steps:
52
- uses: actions/download-artifact@v4
0 commit comments