Skip to content

Commit

Permalink
Remove get-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 12, 2024
1 parent 453eafc commit 1112cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Get Secrets
env:
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
run: bun get-secrets.ts
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
18 changes: 0 additions & 18 deletions get-secrets.ts

This file was deleted.

0 comments on commit 1112cc8

Please sign in to comment.