Skip to content

Commit

Permalink
ci: fix public key
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed Sep 2, 2024
1 parent e9d3286 commit e357541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
NPM_CONFIG_PROVENANCE: true
OASISBE_UPLOAD_URL: https://oasisbe.alipay.com/api/file/no-auth/crypto/upload
OASISBE_REQUEST_HEADER: ${{secrets.OASISBE_REQUEST_HEADER}}
OASISBE_PUBLIC_KEY: $${{secrets.OASISBE_PUBLIC_KEY}}
OASISBE_PUBLIC_KEY: ${{secrets.OASISBE_PUBLIC_KEY}}

0 comments on commit e357541

Please sign in to comment.