Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Mar 20, 2024
1 parent 1c4f90f commit 7ab9f5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Install ali ossutil
uses: manyuanrong/[email protected]
with:
endpoint: ${{ secrets.AWS_ENDPOINT }}
access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
endpoint: ${{ AWS_ENDPOINT }}
access-key-id: ${{ AWS_ACCESS_KEY_ID }}
access-key-secret: ${{ AWS_SECRET_ACCESS_KEY }}
- name: Publish
env:
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ENDPOINT: ${{ AWS_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ AWS_SECRET_ACCESS_KEY }}
run: bash ./ci.sh

0 comments on commit 7ab9f5b

Please sign in to comment.