Skip to content

Commit 36fa559

Browse files
authored
Update README (#13)
1 parent 553918c commit 36fa559

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ This GitHub Action downloads the Fly CLI and configures package managers to use
2222
name: Build with Fly Registry
2323
on: [push]
2424

25+
permissions:
26+
contents: read
27+
id-token: write
28+
2529
jobs:
2630
build:
2731
runs-on: ubuntu-latest
@@ -32,7 +36,7 @@ jobs:
3236
- name: Setup Fly Registry
3337
uses: jfrog/fly-action@v1
3438
with:
35-
url: https://fly.example.com
39+
url: https://<your-fly-subdomain>.jfrog.io
3640
# ignore: docker,pip (optional)
3741
```
3842

@@ -42,6 +46,7 @@ This action only supports OIDC authentication for enhanced security. You must se
4246

4347
```yaml
4448
permissions:
49+
contents: read
4550
id-token: write # Required for OIDC authentication
4651
```
4752

0 commit comments

Comments
 (0)