Skip to content

Commit 64251e1

Browse files
committed
Add permissions for prepare job
1 parent 6ae6d88 commit 64251e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ env:
1313
jobs:
1414
prepare:
1515
if: github.repository == 'eclipse/openvsx'
16+
permissions:
17+
contents: none
1618
runs-on: ubuntu-22.04
1719
outputs:
1820
release-tag: ${{ steps.context.outputs.RELEASE_TAG }}
1921
release-version: ${{ steps.context.outputs.RELEASE_VERSION }}
2022
steps:
21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22-
with:
23-
persist-credentials: false
24-
fetch-depth: 0
2523
- name: "Setup context"
2624
id: context
2725
shell: bash

0 commit comments

Comments
 (0)