ci: try with github.token
This commit is contained in:
@@ -12,7 +12,6 @@ jobs:
|
|||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
- name: Build tarball
|
- name: Build tarball
|
||||||
run: make tarball
|
run: make tarball
|
||||||
@@ -22,4 +21,4 @@ jobs:
|
|||||||
run: make upload
|
run: make upload
|
||||||
env:
|
env:
|
||||||
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
|
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
|
||||||
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
PACKAGES_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user