Compare commits

..

1 Commits

Author SHA1 Message Date
eb48951d7f Add readme 2025-08-05 15:28:32 +02:00

View File

@@ -10,7 +10,7 @@ Auth Warden provides a secure way to authenticate with a Bitwarden server and dy
```yaml ```yaml
- name: Retrieve secrets from Bitwarden - name: Retrieve secrets from Bitwarden
uses: ./path/to/auth-warden uses: https://git.qlic.nl/actions/warden@v1
with: with:
password: ${{ secrets.BITWARDEN_PASSWORD }} password: ${{ secrets.BITWARDEN_PASSWORD }}
server: https://your-bitwarden-server.com server: https://your-bitwarden-server.com
@@ -59,10 +59,7 @@ secrets: |
## Security Considerations ## Security Considerations
- Store all sensitive inputs (email, password, client-id, client-secret) as Gitea repository secrets - Store all sensitive inputs (password, client-id, client-secret) as Gitea repository secrets
- Use organization or repository variables for the server URL if it's not sensitive
- The action automatically handles session management and cleanup
- Retrieved secrets are securely added to the Gitea Actions environment
## Example Workflow ## Example Workflow