Skip to content

Commit dfe1b52

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (build/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent bdaed92 commit dfe1b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- amd64
1616
# - arm64
1717
# - armhf # TODO Enable when supported
18-
- i386
18+
# - i386
1919
steps:
2020
# - uses: actions/[email protected]
2121
# with:
@@ -54,7 +54,7 @@ jobs:
5454
files: build/dist/*
5555
# yamllint disable-line rule:line-length
5656
# TODO: Sign asset: https://github.com/softprops/action-gh-release/issues/580#2025
57-
token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
57+
token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN || github.token }}
5858
# - name: Upload pages artifact
5959
# id: deployment
6060
# if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64'

0 commit comments

Comments
 (0)