diff options
| author | guosj <515878133@qq.com> | 2022-04-19 09:25:32 +0800 |
|---|---|---|
| committer | guosj <515878133@qq.com> | 2022-04-19 09:25:32 +0800 |
| commit | 82ee31965dd7a1ad2d348c7e9dadb254744bf9b0 (patch) | |
| tree | 593eb933dffc877010c761b2c55ec6c73875e9a3 /.github/workflows/binaries_dev.yml | |
| parent | 5c9a3bb8cf68ed99acb53dd548c92b54744d7fd7 (diff) | |
| parent | e6ebafc094dc0ce0e3b0a68d7735f52a544bc479 (diff) | |
| download | seaweedfs-82ee31965dd7a1ad2d348c7e9dadb254744bf9b0.tar.xz seaweedfs-82ee31965dd7a1ad2d348c7e9dadb254744bf9b0.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs into chrislusf-master
Diffstat (limited to '.github/workflows/binaries_dev.yml')
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 69602bfb7..29b1cf6ab 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -4,9 +4,14 @@ on: push: branches: [ master ] +permissions: + contents: read + jobs: cleanup: + permissions: + contents: write # for mknejp/delete-release-assets to delete release assets runs-on: ubuntu-latest steps: @@ -21,6 +26,8 @@ jobs: weed-* build_dev_linux_windows: + permissions: + contents: write # for wangyoucao577/go-release-action to upload release assets needs: cleanup runs-on: ubuntu-latest strategy: @@ -68,6 +75,8 @@ jobs: asset_name: "weed-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" build_dev_darwin: + permissions: + contents: write # for wangyoucao577/go-release-action to upload release assets needs: build_dev_linux_windows runs-on: ubuntu-latest strategy: |
