We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaed92 commit dfe1b52Copy full SHA for dfe1b52
.github/workflows/build-rootfs.yml
@@ -15,7 +15,7 @@ jobs:
15
- amd64
16
# - arm64
17
# - armhf # TODO Enable when supported
18
- - i386
+# - i386
19
steps:
20
# - uses: actions/[email protected]
21
# with:
@@ -54,7 +54,7 @@ jobs:
54
files: build/dist/*
55
# yamllint disable-line rule:line-length
56
# TODO: Sign asset: https://github.com/softprops/action-gh-release/issues/580#2025
57
- token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
+ token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN || github.token }}
58
# - name: Upload pages artifact
59
# id: deployment
60
# if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64'
0 commit comments