Skip to content

Commit 4920c42

Browse files
author
sangeet-joy_xero
committed
added permissions
1 parent 1744343 commit 4920c42

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
@@ -52,6 +52,8 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: publish
5454
if: success()
55+
permissions:
56+
contents: read
5557
steps:
5658
- name: Checkout xero-ruby repo
5759
uses: actions/checkout@v4
@@ -75,6 +77,8 @@ jobs:
7577
runs-on: ubuntu-latest
7678
needs: publish
7779
if: failure()
80+
permissions:
81+
contents: read
7882
steps:
7983
- name: Checkout xero-ruby repo
8084
uses: actions/checkout@v4

0 commit comments

Comments
 (0)