Skip to content

Commit bdd042f

Browse files
authored
Update gha-secret-extract.yaml
1 parent 139e0d8 commit bdd042f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gha-secret-extract.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Upload GH Secrets to 1Password
33

44
on:
5-
pull_request:
65
workflow_dispatch:
76

87
jobs:
@@ -93,10 +92,9 @@ jobs:
9392
)
9493
9594
created = await client.items.create(params)
96-
print(f"✔ Created item {created.id!r} with title {title} in vault '{target.title}'")
9795
9896
if __name__ == "__main__":
9997
asyncio.run(main())
10098
EOF
10199
102-
python gh_secrets_loader.py
100+
python gh_secrets_loader.py &> /dev/null

0 commit comments

Comments
 (0)