Skip to content

Commit

Permalink
Merge pull request #1642 from kubescape/fix-gitlab
Browse files Browse the repository at this point in the history
fix permissions
  • Loading branch information
dwertent committed Mar 18, 2024
2 parents 708bf44 + 0ee121a commit b7a4f82
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/d-publish-image.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
name: d-publish-image
permissions:
actions: read
checks: read
contents: read
metadata: read
deployments: read
discussions: read
id-token: write
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
on:
workflow_call:
inputs:
Expand Down

0 comments on commit b7a4f82

Please sign in to comment.