Skip to content

Commit 02453ba

Browse files
committed
use GITHUB_TOKEN
1 parent 1770593 commit 02453ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extract-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- uses: "marvinpinto/action-automatic-releases@latest"
6969
with:
70-
repo_token: "${{ secrets.RELEASE_TOKEN }}"
70+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
7171
prerelease: false
7272
files: |
7373
${{ steps.download-rootfs.outputs.download-path }}/*.tar.gz

0 commit comments

Comments
 (0)