Skip to content

Commit 03068a4

Browse files
authored
fix: set draft: false for actions-security page to ensure publication
1 parent 7b050de commit 03068a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/library/application-security/recommendations/actions-security

content/library/application-security/recommendations/actions-security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# SPDX-FileCopyrightText: GitHub and The Project Authors
33
# SPDX-License-Identifier: MIT
4-
draft: true # Set to false when ready to publish
4+
draft: false # Set to false when ready to publish
55
title: 'Securing GitHub Actions Workflows'
66
publishDate: 2024-08-16
77
params:

0 commit comments

Comments
 (0)