Skip to content

Commit 103bd51

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth-upload
2 parents 96bea44 + 9020652 commit 103bd51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.woodpecker/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ steps:
1515
from_secret: VAULT_TOKEN
1616
commands:
1717
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18-
secrets:
19-
- VAULT_TOKEN
2018

2119
release:
2220
image: node:20

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,11 @@ export default class UploadPlugin extends AdminForthPlugin {
307307
} else {
308308
previewUrl = await this.options.storageAdapter.getDownloadUrl(filePath, 1800);
309309
}
310+
const tagline = `${ADMINFORTH_NOT_YET_USED_TAG}=true`;
310311

311312
return {
312313
uploadUrl,
314+
tagline,
313315
filePath,
314316
uploadExtraParams,
315317
previewUrl,

0 commit comments

Comments
 (0)