Skip to content

Commit cd913ee

Browse files
committed
fix(ci): Align secret to GH_SL_ACCESS_TOKEN
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 1140eda commit cd913ee

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
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload Release Asset
5151
id: upload-release-asset
5252
env:
53-
token-defined: ${{ secrets.GH_UNIFY_ACCESS_TOKEN != '' }}
53+
token-defined: ${{ secrets.GH_SL_ACCESS_TOKEN != '' }}
5454
# yamllint disable-line rule:line-length
5555
if: github.ref_type == 'tag' && env.token-defined
5656
# yamllint disable-line rule:line-length
@@ -59,7 +59,7 @@ jobs:
5959
files: build/dist/*
6060
# yamllint disable-line rule:line-length
6161
# TODO: Sign asset: https://github.com/softprops/action-gh-release/issues/580#2025
62-
token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
62+
token: ${{ secrets.GH_SL_ACCESS_TOKEN }}
6363
- name: Upload pages artifact
6464
id: deployment
6565
if: startsWith(github.ref, 'refs/tags/') && matrix.arch == 'amd64'

0 commit comments

Comments
 (0)