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 aa5a811 commit bdaed92Copy full SHA for bdaed92
.github/workflows/build-rootfs.yml
@@ -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 || github.token }}
+ token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
58
# - name: Upload pages artifact
59
# id: deployment
60
# if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64'
0 commit comments