We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81eefc3 + fe2f722 commit 387727aCopy full SHA for 387727a
2 files changed
.github/workflows/build.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
+ with:
31
+ persist-credentials: false
32
- name: Setup Ruby
33
uses: ruby/setup-ruby@v1
34
with:
_posts/2023-12-14-trusted-publishing.md
@@ -37,6 +37,8 @@ jobs:
37
38
# Set up
39
- uses: actions/checkout@v4
40
41
42
- name: Set up Ruby
43
44
0 commit comments