Skip to content

Commit

Permalink
ci: fix deployment permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Apr 10, 2024
1 parent c8027f3 commit 69a029d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/argocd-delete-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ env:
APPS_DIR: "vars/aws/dev.heartex.com/k8s/prompt"

jobs:

destroy:
permissions:
contents: read
deployments: write
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 69a029d

Please sign in to comment.