Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Mar 8, 2024
1 parent 36fcf3e commit cbb2452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-modules-oci-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: " Terraform modules release on OCI"

permissions:
contents: write
pullRequests: write
issues: write
contents: write # needed to write releases
id-token: write # needed for keyless signing
packages: write # needed for ghcr access

on:
workflow_call:
Expand Down

0 comments on commit cbb2452

Please sign in to comment.