Skip to content

Commit b997db1

Browse files
committed
Clean up release.yaml
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
1 parent 86fc9f5 commit b997db1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,17 @@ on:
55
tags:
66
- 'v*'
77

8-
permissions: {}
9-
108
jobs:
119
release:
1210
permissions:
13-
contents: write
11+
contents: read
1412
id-token: write
1513

1614
runs-on: ubuntu-latest
1715

1816
steps:
1917
- name: Checkout
2018
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21-
with:
22-
persist-credentials: false
2319

2420
- name: Read secrets
2521
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # main

0 commit comments

Comments
 (0)