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 04587bc commit f872676Copy full SHA for f872676
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v4
11
+ with:
12
+ persist-credentials: "false"
13
- name: Setup project
14
uses: ./.github/actions/setup-project
15
- name: Install dependencies
0 commit comments