Skip to content

Commit 6ac22e4

Browse files
committed
fix(deployment-status): CI permissions
1 parent e9d7537 commit 6ac22e4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deployment-status.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'deployment-status'
1+
name: "deployment-status"
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:
@@ -17,6 +17,10 @@ jobs:
1717

1818
test: # make sure the action works on a clean machine without building
1919
runs-on: ubuntu-latest
20+
21+
permissions:
22+
contents: read
23+
deployments: write
2024
steps:
2125
- uses: actions/checkout@v2
2226
- uses: ./deployment-status/

0 commit comments

Comments
 (0)