Commit a6bcd29
committed
Rename build job and add OIDC token permissions
Renamed the `build` job in `Release.yml` to `build-and-publish`
to better reflect its purpose. Added a `permissions` section
to enable `id-token: write`, allowing the job to issue GitHub
OIDC tokens for authentication. Retained `windows-latest` as
the runner environment and included the `actions/checkout@v4`
step for repository code checkout.1 parent 0d46b8f commit a6bcd29
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments