Skip to content

Commit b6d85b8

Browse files
committed
remove rwx-access-token
1 parent f3cee6b commit b6d85b8

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

rwx/package/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ tasks:
1212
call: rwx/package 1.0.0
1313
with:
1414
directory: path/to/package
15-
rwx-access-token: ${{ secrets.RWX_ACCESS_TOKEN }}
1615
```

rwx/package/rwx-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ issue_tracker_url: https://github.com/rwx-cloud/packages/issues
77
parameters:
88
directory:
99
description: Path to the directory containing the package files
10-
required: true
11-
rwx-access-token:
12-
description: RWX API access token for uploading the package
13-
required: true
10+
default: .
1411
timestamp:
1512
description: "Timestamp to normalize file modification times before zipping (format: YYYYMMDDHHmm). Ensures deterministic zip output for content-based caching."
1613

rwx/package/rwx-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tasks:
1414
call: ${{ init.package-digest }}
1515
with:
1616
directory: rwx/package
17-
rwx-access-token: ${{ vaults.mint_leaves_development.secrets.RWX_ACCESS_TOKEN }}
1817
timestamp: ${{ date("%Y%m%d%H%M") }}
1918
filter:
2019
- rwx/package

0 commit comments

Comments
 (0)