Skip to content

Commit

Permalink
Fix secrets load (#120)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Update pull_request.yml

* Update pull_request.yml

* Update pull_request.yml

*change pull_request event to push

* Update pull_request.yml

* Rename pull_request.yml to build.yml

* Update build.yml
  • Loading branch information
Shinji-IkariG authored Jan 11, 2024
1 parent 8d2ba42 commit 03b5745
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: pull_request
name: build

on:
pull_request:
push:
branches:
- '**'
- 'master'

concurrency:
group: ${{ github.head_ref }}
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
access_key: ${{ secrets.MINIO_KEY }}
secret_key: ${{ secrets.MINIO_SECRET }}
- name: Copy dir to MinIO
run: mc cp -r ../build/packages/ minio/pr-build/third-party/5.0/
run: mc cp -r ../build/packages/ minio/rc-build/third-party/5.0/

0 comments on commit 03b5745

Please sign in to comment.