Skip to content

Commit 2bc4b39

Browse files
committed
Use vars instead of secrets
1 parent e1782ad commit 2bc4b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: sh scripts/xcframeworkgen.sh
106106
env:
107107
BACKTRACE_VERSION: ${{ github.ref_name }}
108-
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
108+
DEVELOPMENT_TEAM: ${{ vars.DEVELOPMENT_TEAM }}
109109

110110
- name: Tar files to preserve file permissions
111111
run: tar -cvzf Archive_XCFrameworks_${{ github.ref_name }}.tar.gz frameworks/

0 commit comments

Comments
 (0)