Skip to content

Commit dc2b2a3

Browse files
Fix permissions for Twitter job to allow reading contents (#853)
1 parent f9c3d88 commit dc2b2a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
name: 🐦 Tweet the release
5151
needs: release
5252
runs-on: ubuntu-latest
53-
permissions: none
53+
permissions:
54+
contents: read
5455
steps:
5556
- uses: Eomm/why-don-t-you-tweet@v2.0.0
5657
with:

0 commit comments

Comments
 (0)