Skip to content

Commit

Permalink
fix(ci-cd): deploy workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
rutajdash committed Apr 22, 2022
1 parent 788618e commit db5cd70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
node_env:
required: true
type:
type: string
ssh_host:
required: true
type: string
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ on:
release:
types: [released]

permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
discussions: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

jobs:
build:
uses: Monday-Morning/project-tahiti/.github/workflows/build.yml@main
Expand Down

0 comments on commit db5cd70

Please sign in to comment.