Skip to content

Commit 804b5ad

Browse files
committed
ci(release): drop unsupported attestation permission
1 parent e8c6664 commit 804b5ad

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,16 @@ on:
1818
- 'codex-cli/package.json'
1919

2020
concurrency:
21-
group: release-${{ github.ref_name }}
21+
group: release-${{ github.ref }}
2222
cancel-in-progress: false
2323

2424
permissions:
2525
contents: write
26-
actions: read
2726
packages: write
2827
id-token: write
29-
deployments: write
3028
issues: write
3129
pull-requests: write
32-
discussions: write
3330
statuses: write
34-
attestations: write
35-
checks: read
36-
security-events: write
37-
pages: read
38-
repository-projects: read
3931

4032
jobs:
4133
preflight-tests:

0 commit comments

Comments
 (0)