a7826c3d9e6d1922cb3a812607e1664e8dd46b55
Bumps the npm-development group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 20.11.6 to 20.11.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
setup-ossutil
This action provides the following functionality for GitHub Actions users:
- Downloading and caching distribution of the requested Alibaba Cloud OSSUTIL version, and adding it to the PATH
- Optionally configuring ossutil with the provided credential
Usage
See action.yml
steps:
- uses: yizhoumo/setup-ossutil@v2
with:
## The version to download and use, or 'latest' for the latest version.
ossutil-version: '1.7.18'
# The following parameters are (optionally) used to config the credential.
## The endpoint of the region in which the bucket is located.
endpoint: ${{ secrets.OSS_ENDPOINT }}
## The AccessKey ID of the credential.
access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
## The AccessKey Secret of the credential.
access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
## The STS Token of the credential. Only required for temporary access.
sts-token: ${{ secrets.OSS_STS_TOKEN }}
- run: ossutil cp -f file-to-upload.txt oss://your-bucket/path
See also: Document of ossutil
License
The scripts and documentation in this project are released under the MIT License
Languages
TypeScript
82.4%
Shell
17.6%