Skip to content

Commit 4d0819c

Browse files
author
sangeet-joy_xero
committed
updated the permissions
1 parent 4855482 commit 4d0819c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
notify-slack-on-success:
5454
runs-on: ubuntu-latest
5555
needs: publish
56+
permissions:
57+
contents: read
5658
if: success()
5759
steps:
5860
- name: Checkout xero-node repo
@@ -76,6 +78,8 @@ jobs:
7678
notify-slack-on-failure:
7779
runs-on: ubuntu-latest
7880
needs: publish
81+
permissions:
82+
contents: read
7983
if: failure()
8084
steps:
8185
- name: Checkout xero-node repo

0 commit comments

Comments
 (0)