Skip to content

Commit

Permalink
Fix deploy permission (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceredron authored Nov 4, 2024
1 parent 995ecf0 commit 488df11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/deploy-to-environment/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# File: .github/actions/deploy-to-environment/action.yml
name: "Deploy to Environment"
description: "Deploy application to a specified environment"
permissions:
id-token: write
contents: read

inputs:
environment:
Expand Down
1 change: 0 additions & 1 deletion .github/actions/update-infrastructure/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Update infrastructure

description: "Update the infrastructure to the version given by git ref"

inputs:
Expand Down

0 comments on commit 488df11

Please sign in to comment.