Skip to content

Commit

Permalink
fix: perms
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 8, 2025
1 parent eff8233 commit 49bc20a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions actions/deployment-ending/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ outputs:
description: "docker images manifests from manifests as json format"
value: ${{ steps.debug-manifests.outputs.manifests-images }}

permissions:
pull-requests: write

runs:
using: "composite"
steps:
Expand All @@ -64,7 +61,7 @@ runs:
message: |
🎉 Deployment for commit ${{ github.sha }} :
${{ fromJSON(steps.debug-manifests.outputs.markdown-json).result }}
GITHUB_TOKEN: ${{ inputs.token }}
GITHUB_TOKEN: ${{ inputs.pat || inputs.token }}

- name: Define environment URL
id: environment-url
Expand Down

0 comments on commit 49bc20a

Please sign in to comment.