Skip to content

Commit 2da4001

Browse files
author
sangeet-joy_xero
committed
added permissions
1 parent 3a96717 commit 2da4001

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
runs-on: ubuntu-latest
5858
needs: publish
5959
if: success()
60+
permissions:
61+
contents: read
6062
steps:
6163
- name: Checkout xero-pythonrepo
6264
uses: actions/checkout@v4
@@ -80,6 +82,8 @@ jobs:
8082
runs-on: ubuntu-latest
8183
needs: publish
8284
if: failure()
85+
permissions:
86+
contents: read
8387
steps:
8488
- name: Checkout xero-python repo
8589
uses: actions/checkout@v4

0 commit comments

Comments
 (0)