Skip to content

Commit b09b5bf

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

4 files changed

Lines changed: 2 additions & 12 deletions

File tree

.rwx/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ tasks:
4949

5050
- key: package
5151
use: [build]
52-
call: 4ad359d09e34defc6da32ad46013c07cba6ae9a8b18b58351d095ce90beadcd9
52+
call: 9594e0f1eba63f75513d432a07a440828dd41f6b01b48206e57c9cfc6313bd72
5353
with:
5454
directory: ${{ init.directory }}
55-
rwx-access-token: ${{ vaults.mint_leaves_development.secrets.RWX_ACCESS_TOKEN }}
5655
timestamp: ${{ tasks.timestamp.values.timestamp }}
5756

5857
- key: generate-test

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 & 8 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

@@ -56,10 +53,6 @@ tasks:
5653
echo -n "$digest" > "$RWX_VALUES/digest"
5754
filter:
5855
- package.zip
59-
env:
60-
RWX_ACCESS_TOKEN:
61-
cache-key: excluded
62-
value: ${{ params.rwx-access-token }}
6356

6457
outputs:
6558
values-from: [upload]

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)