fix(lint): update permissions for workflow actions

- Changed permissions from 'workflows: write' to 'actions: write'
This commit is contained in:
Daniel 2026-03-16 09:34:42 -05:00
parent ade3191965
commit a4b46c3520

View file

@ -8,7 +8,7 @@ on:
permissions:
contents: write
workflows: write
actions: write
jobs:
lint: