Skip to content

Commit fa0167e

Browse files
author
Lakshmi.Narayanan
committed
Putting back the permissions in actions
1 parent e3fd38c commit fa0167e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13-
# permissions: {}
13+
permissions: {}
1414

1515
jobs:
1616
poetry-checks:
1717
# FIXME: Remove when https://github.com/target/make-python-devex/issues/119 is fixed
1818
continue-on-error: true
1919
runs-on: ubuntu-latest
20-
# permissions:
21-
# pull-requests: write
22-
# issues: write
23-
# contents: read
20+
permissions:
21+
pull-requests: write
22+
issues: write
23+
contents: read
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)