Skip to content

Commit

Permalink
Use vars instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
melekr committed Aug 2, 2024
1 parent e1782ad commit 2bc4b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: sh scripts/xcframeworkgen.sh
env:
BACKTRACE_VERSION: ${{ github.ref_name }}
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
DEVELOPMENT_TEAM: ${{ vars.DEVELOPMENT_TEAM }}

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

0 comments on commit 2bc4b39

Please sign in to comment.