Skip to content

Commit 08790ef

Browse files
committed
SWPROT-8953: ci: github: Release with token
By default github limit to context allows to create package The expected error is: HTTP 403: Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization. Relate-to: https://github.com/settings/tokens Origin: #5 Signed-off-by: Philippe Coval <[email protected]>
1 parent 753d42c commit 08790ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
files: build/dist/*
4040
# yamllint disable-line rule:line-length
4141
# TODO: Sign asset: https://github.com/softprops/action-gh-release/issues/580#2025
42-
42+
token: ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)