Skip to content

Commit

Permalink
fix: dont use permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Sep 22, 2024
1 parent 14abcf8 commit a8ddaba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions actions/load-secret-from-gsm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ inputs:
description: "GKE service account key for authentication"
default: "wid-dummy-test-account@gcp-bakdata-cluster.iam.gserviceaccount.com"
required: true
gke-project-name:
description: "GKE project name for authentication"
required: true
gke-project-id:
Expand All @@ -24,9 +23,6 @@ outputs:
value: ${{ steps.secrets.outputs.secrets }}
runs:
using: "composite"
permissions:
contents: "read"
id-token: "write"
steps:
- name: Authenticate at GCloud
uses: "google-github-actions/auth@v2"
Expand Down
20 changes: 0 additions & 20 deletions docs/actions/load-secret-from-gsm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,6 @@ steps:
### Inputs
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| --------------------- | ------ | -------- | ---------------------------------------------------------------------- | ------------------------------------------ |
| export-to-environment | string | false | `"true"` | Export secrets to environment |
| gke-project-id | string | true | | GKE project ID for authentication |
| gke-project-name | string | true | | GKE project name for authentication |
| gke-service-account | string | true | `"wid-dummy-test-account@gcp-bakdata-cluster.iam.gserviceaccount.com"` | GKE service account key for authentication |
| secrets-to-inject | string | true | | Secrets to inject into the environment |
<!-- AUTO-DOC-INPUT:END -->
### Outputs
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
| OUTPUT | TYPE | DESCRIPTION |
| ------- | ------ | ---------------------------------- |
| secrets | string | Secrets loaded from Secret Manager |
<!-- AUTO-DOC-OUTPUT:END -->
### Secrets

0 comments on commit a8ddaba

Please sign in to comment.