Skip to content

Commit

Permalink
update the permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayudey-wf committed Mar 29, 2024
1 parent 892a1b0 commit 0404231
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Dart CI

permissions:
pull-requests: write
contents: write
id-token: write

on:
push:
branches:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Publish to pub.dev

permissions:
pull-requests: write
contents: write
id-token: write

on:
push:
tags:
Expand Down

0 comments on commit 0404231

Please sign in to comment.