Skip to content

Commit 33e093d

Browse files
authored
chore: remove project permissions (#29)
1 parent 62a7c3b commit 33e093d

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/handle-created-issues.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
permissions:
1212
issues: write
1313
contents: read
14-
projects: write
1514
with:
1615
incoming_column: Incoming
1716
done_column: Done

.github/workflows/reusable-handle-issues-workflow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
permissions:
3131
issues: write
3232
contents: read
33-
projects: write
3433
steps:
3534
- name: Move issue to ${{ inputs.incoming_column }}
3635
uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # pin@v2.2.1
@@ -52,7 +51,6 @@ jobs:
5251
permissions:
5352
issues: write
5453
contents: read
55-
projects: write
5654
steps:
5755
- name: Moved issue to ${{ inputs.done_column }}
5856
uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # pin@v2.2.1

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
permissions:
4646
issues: write
4747
contents: read
48-
projects: write
4948
with:
5049
incoming_column: <Name of the column in your project board you want opened issues to end up in here>
5150
done_column: <Name of the column in your project board you want closed issues to end up in here>

0 commit comments

Comments
 (0)