mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-06 14:20:23 +02:00
Add support for aws session token (#16)
* Added support for supplying session token * Update build * Updated documentation * Updated readme
This commit is contained in:
parent
9b747acaaa
commit
c43c7a3f1b
8 changed files with 31 additions and 9 deletions
|
@ -35,6 +35,9 @@ inputs:
|
|||
aws-secret-access-key:
|
||||
description: 'An AWS secret access key to access the bucket'
|
||||
required: false
|
||||
aws-session-token:
|
||||
description: 'An AWS session token to access the bucket'
|
||||
required: false
|
||||
aws-region:
|
||||
description: 'An AWS region where the bucket is located'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue