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 1140eda commit 0063214Copy full SHA for 0063214
.github/workflows/build-rootfs.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Upload Release Asset
51
id: upload-release-asset
52
env:
53
- token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
+ token-defined: ${{ secrets.GH_SL_ACCESS_TOKEN != '' }}
54
# yamllint disable-line rule:line-length
55
if: github.ref_type == 'tag' && env.token-defined
56
@@ -59,7 +59,7 @@ jobs:
59
files: build/dist/*
60
61
# TODO: Sign asset: https://github.com/softprops/action-gh-release/issues/580#2025
62
- token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
+ token: ${{ secrets.GH_SL_ACCESS_TOKEN }}
63
- name: Upload pages artifact
64
id: deployment
65
if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64'
0 commit comments