Skip to content

Commit 7f32dd9

Browse files
authored
fix: updatecli workflow permission (#87)
1 parent d4efe0f commit 7f32dd9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/updatecli_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ on:
1111
- "updatecli-release"
1212
- "udash-release"
1313
- "udash-front-release"
14+
permissions: {}
15+
1416
jobs:
1517
updatecli:
1618
runs-on: ubuntu-latest
1719
steps:
1820
- name: "Checkout"
1921
uses: "actions/checkout@v4"
22+
with:
23+
persist-credentials: false
2024

2125
- name: "Install Updatecli"
2226
uses: "updatecli/updatecli-action@v2.100.0"

0 commit comments

Comments
 (0)