Skip to content

Commit 74e051d

Browse files
use env instead of secrets
Signed-off-by: NikitaSkrynnik <[email protected]>
1 parent 228c1cb commit 74e051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
114114
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
115115
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
116-
APPLE_API_KEY_PATH: ${{ secrets.APPLE_API_KEY_PATH }}
116+
APPLE_API_KEY_PATH: ${{ env.APPLE_API_KEY_PATH }}
117117
with:
118118
tagName: v__VERSION__
119119
releaseName: 'Huly Browser v__VERSION__'

0 commit comments

Comments
 (0)