We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5b74b commit cf11600Copy full SHA for cf11600
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
# If you need to trigger other workflows on release, use a personal access token instead
100
with:
101
# Using inputs parameter syntax instead of environment variables (preferred method)
102
- token: ${{ secrets.CI_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
103
name: Release ${{ github.ref_name }}
104
tag_name: ${{ github.ref_name }}
105
make_latest: true
0 commit comments