Skip to content

Commit 3f4e34c

Browse files
committed
Remove secrets from the docs
1 parent 491ee6f commit 3f4e34c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,10 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
7979
| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout |
8080
| java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version |
8181

82-
**Secrets**:
83-
84-
| Secret | Since | Required | Default | Description |
85-
|----------------|-------|-----------------|---------|---------------------------|
86-
| username | 1.0.0 | :exclamation: | - | Sonatype account username |
87-
| password | 1.0.0 | :exclamation: | - | Sonatype account password |
88-
| pgp_passphrase | 1.0.0 | :exclamation: | - | Password for GPG key |
89-
| pgp_secret | 1.0.0 | :exclamation: | - | Base64 of GPG private key |
90-
9182
**How to use**:
9283

9384
```yaml
9485
uses: playframework/.github/.github/workflows/publish.yml@v2
95-
secrets:
96-
username: ${{ secrets.SONATYPE_USERNAME }}
97-
password: ${{ secrets.SONATYPE_PASSWORD }}
98-
pgp_passphrase: ${{ secrets.PGP_PASSPHRASE }}
99-
pgp_secret: ${{ secrets.PGP_SECRET }}
10086
```
10187

10288
### Validate Binary Compatibility

0 commit comments

Comments
 (0)