File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : checkout
1717 uses : actions/checkout@v4
1818 with :
19+ token : ${{ secrets.PAT_TOKEN }}
1920 fetch-depth : 0
2021
2122 - name : Set up Node.js
8384 git add --all
8485 git commit -s -m "chore: update changelog for $GITHUB_REF"
8586 env :
86- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87+ GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
8788
8889 - name : Download ScanCode Toolkit
8990 run : |
@@ -106,7 +107,7 @@ jobs:
106107 id : create_release
107108 uses : " plu5/automatic-releases-with-sha-action@main"
108109 with :
109- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
110+ repo_token : " ${{ secrets.PAT_TOKEN }}"
110111 prerelease : false
111112 title : ASAM OSI Converter ${{ env.version }}
112113 files : |
@@ -128,6 +129,7 @@ jobs:
128129 - name : checkout
129130 uses : actions/checkout@v4
130131 with :
132+ token : ${{ secrets.PAT_TOKEN }}
131133 fetch-depth : 0
132134
133135 - name : Download changelog artifact
You can’t perform that action at this time.
0 commit comments