Compare commits
3 Commits
69d6a42f5c
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
0f0ba243d5
|
|||
|
03031b5ca8
|
|||
|
07a101488b
|
11
.github/workflows/build-release.yaml
vendored
11
.github/workflows/build-release.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '.gitea/workflows/**'
|
- '.github/workflows/**'
|
||||||
- 'md-pdf.ron'
|
- 'md-pdf.ron'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -61,6 +61,15 @@ jobs:
|
|||||||
echo "tag=$NEW_TAG" >> $GITHUB_OUTPUT
|
echo "tag=$NEW_TAG" >> $GITHUB_OUTPUT
|
||||||
echo "Next version : $NEW_TAG"
|
echo "Next version : $NEW_TAG"
|
||||||
|
|
||||||
|
- name: Push Tag
|
||||||
|
run: |
|
||||||
|
git config user.name "Gitea Actions"
|
||||||
|
git config user.email "actions@gitea.local"
|
||||||
|
git tag ${{ steps.version.outputs.tag }}
|
||||||
|
git push origin ${{ steps.version.outputs.tag }}
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Create release and upload PDF
|
# Create release and upload PDF
|
||||||
# Note: softprops works very well on recent Gitea
|
# Note: softprops works very well on recent Gitea
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "PIS"
|
title: "PIS"
|
||||||
subtitle: "Policy for Internal Security"
|
subtitle: "Policy for Internal Security"
|
||||||
#logo: "path/to/logo.png"
|
|
||||||
author: "Rémi Heredero "
|
author: "Rémi Heredero "
|
||||||
language: "en"
|
language: "en"
|
||||||
tags: ["gpg", "ssh", "x509", "YubiKey", "security"]
|
tags: ["gpg", "ssh", "x509", "YubiKey", "security"]
|
||||||
toc: false
|
toc: false
|
||||||
template: "simple"
|
template: "simple"
|
||||||
#date: "2026-01-23"
|
|
||||||
version: "0.1.0"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Policy for Internal Security
|
# Policy for Internal Security
|
||||||
|
|||||||
Reference in New Issue
Block a user