Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/deployment-status.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'deployment-status'
name: "deployment-status"
on: # rebuild any PRs and main branch changes
pull_request:
push:
Expand All @@ -17,6 +17,10 @@ jobs:

test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest

permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v2
- uses: ./deployment-status/
Expand Down
Loading