mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-25 00:51:05 +01:00
ci: fix permissions
also updated example in readme
This commit is contained in:
parent
4e1da0d79a
commit
35bf0c3452
2 changed files with 4 additions and 2 deletions
3
.github/workflows/run.yml
vendored
3
.github/workflows/run.yml
vendored
|
@ -6,7 +6,8 @@ on:
|
||||||
types: [opened, edited, closed, reopened, assigned, unassigned]
|
types: [opened, edited, closed, reopened, assigned, unassigned]
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created, edited, deleted]
|
types: [created, edited, deleted]
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
jobs:
|
jobs:
|
||||||
run-my-action:
|
run-my-action:
|
||||||
name: Run sync
|
name: Run sync
|
||||||
|
|
|
@ -13,7 +13,8 @@ on:
|
||||||
types: [opened, edited, closed, reopened, assigned, unassigned]
|
types: [opened, edited, closed, reopened, assigned, unassigned]
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created, edited, deleted]
|
types: [created, edited, deleted]
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
jobs:
|
jobs:
|
||||||
run-my-action:
|
run-my-action:
|
||||||
name: Sync stuff to Freelo
|
name: Sync stuff to Freelo
|
||||||
|
|
Loading…
Reference in a new issue