Skip to content

Commit 61f11d5

Browse files
authored
github-actions: fix typo in permissions key when using the create-token action (#504)
1 parent a2cf805 commit 61f11d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2424
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
25-
permissions-contents: write
26-
permissions-pull-requests: write
25+
permission-contents: write
26+
permission-pull-requests: write
2727

2828
- uses: elastic/oblt-actions/updatecli/run@v1
2929
with:

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2929
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
30-
permissions-contents: write
30+
permission-contents: write
3131

3232
- run: make create-release
3333
env:

0 commit comments

Comments
 (0)