diff --git a/.github/workflows/social-rfc-update.yml b/.github/workflows/social-rfc-update.yml index f36982c5..0496dcfa 100644 --- a/.github/workflows/social-rfc-update.yml +++ b/.github/workflows/social-rfc-update.yml @@ -3,6 +3,10 @@ on: # Can't use pull_request because it won't have access to secrets pull_request_target: types: [labeled, closed] + +permissions: + contents: read + jobs: tweetStateChange: runs-on: ubuntu-latest