Skip to content

Commit

Permalink
Merge pull request #250 from DataDog/julien.doutre/remove-write-permi…
Browse files Browse the repository at this point in the history
…ssion-github-action

Remove extra permission for GitHub action
  • Loading branch information
juliendoutre authored Aug 30, 2024
2 parents fda64c8 + f541956 commit 59a5e7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/datadog-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Datadog Static Analysis
on:
push:

permissions:
contents: write # write permission is needed to get access to the DD_API_KEY secret - https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#accessing-your-secrets
permissions: {}

jobs:
static-analysis:
Expand Down

0 comments on commit 59a5e7a

Please sign in to comment.