We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4efe0f commit 7f32dd9Copy full SHA for 7f32dd9
1 file changed
.github/workflows/updatecli_release.yaml
@@ -11,12 +11,16 @@ on:
11
- "updatecli-release"
12
- "udash-release"
13
- "udash-front-release"
14
+permissions: {}
15
+
16
jobs:
17
updatecli:
18
runs-on: ubuntu-latest
19
steps:
20
- name: "Checkout"
21
uses: "actions/checkout@v4"
22
+ with:
23
+ persist-credentials: false
24
25
- name: "Install Updatecli"
26
uses: "updatecli/updatecli-action@v2.100.0"
0 commit comments