mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 02:59:28 +00:00
ci: use PAT instead of github token
This commit is contained in:
parent
39d051746b
commit
de7c3359f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/prepare-release.yaml
vendored
4
.github/workflows/prepare-release.yaml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
# Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN
|
||||
# token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.PAT_TOKEN }} # Create PAT with repo scope
|
||||
# token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows
|
||||
|
||||
# Setup Flutter/Dart environment needed to run dart pub global activate
|
||||
- name: Setup Flutter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue