Skip to content

Commit 666a5f9

Browse files
chore(ci): add permissions to workflow files (#99)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 42879d5 commit 666a5f9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/add-asana-comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
link-asana-task:
912
if: ${{ github.actor != 'dependabot[bot]' }}

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
generate:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)