Skip to content

Commit

Permalink
Use custom token for autotagger.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 14, 2024
1 parent c71ffa5 commit 903bb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"tag_prefix": "v"
},
"env": {
"GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}"
"GITHUB_TOKEN": "${{ secrets.RELEASE_TOKEN }}"
}
}
]
}
}
}
}

0 comments on commit 903bb15

Please sign in to comment.