File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ jobs:
2525 uses : pozetroninc/github-action-get-latest-release@master
2626 with :
2727 repository : ${{ github.repository }}
28+ token : ${{ secrets.GITHUB_TOKEN }}
2829
2930 - uses : actions/checkout@master
3031 with :
3132 fetch-depth : 0
3233 repository : lovasoa/ophirofox
3334 path : ' ./ophirofox'
35+ token : ${{ secrets.GITHUB_TOKEN }}
3436
3537 - name : " Get latest ophirofox version number"
3638 working-directory : ophirofox
@@ -59,12 +61,15 @@ jobs:
5961 steps :
6062
6163 - uses : actions/checkout@v3
64+ with :
65+ token : ${{ secrets.GITHUB_TOKEN }}
6266
6367 - uses : actions/checkout@master
6468 with :
6569 fetch-depth : 0
6670 repository : lovasoa/ophirofox
6771 path : ' ./ophirofox'
72+ token : ${{ secrets.GITHUB_TOKEN }}
6873
6974 - name : " Get latest ophirofox version number"
7075 working-directory : ophirofox
@@ -123,6 +128,7 @@ jobs:
123128 with :
124129 tag_name : v${{ env.OPHIROFOX_VERSION }}
125130 name : Release ${{ env.OPHIROFOX_VERSION }}
131+ token : ${{ secrets.GITHUB_TOKEN }}
126132 draft : false
127133 prerelease : false
128134 body_path : /tmp/changelog.txt
You can’t perform that action at this time.
0 commit comments