Skip to content

Commit 9383f98

Browse files
Release v1.13.0 (#260)
* chore: release 1.13.0 * use release-v1.13.0 for the site * use github token for site deploy * update badges Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3825c9 commit 9383f98

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Knative Tutorial
33
on:
44
push:
55
branches:
6-
- release-v1.13.*
6+
- release-v1.13.0
77
env:
88
SITE_DIR: "gh-pages"
99

@@ -22,7 +22,8 @@ jobs:
2222
id: deploy_site
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
25-
deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
25+
#deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
2627
publish_dir: "${{ env.SITE_DIR }}"
2728
publish_branch: "gh-pages"
2829
full_commit_message: "[CI]${{ github.event.head_commit.message }}"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Knative Tutorial - Introduction to Knative
22

3-
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.17](https://img.shields.io/badge/Knative%20Serving-v0.17-blue)](https://knative.dev/docs/serving/)
4-
[![Knative Eventing v0.17](https://img.shields.io/badge/Knative%20Eventing-v0.17-blue)](https://knative.dev/docs/eventing/)
3+
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.19](https://img.shields.io/badge/Knative%20Serving-v0.19-blue)](https://knative.dev/docs/serving/)
4+
[![Knative Eventing v0.19](https://img.shields.io/badge/Knative%20Eventing-v0.19-blue)](https://knative.dev/docs/eventing/)
55
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.20.0-blue)](https://strimzi.io)
6-
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.2.0-blue)](https://camel.apache.org/camel-k/latest/)
7-
[![OpenShift Serverless](https://img.shields.io/badge/OpenShift%20Serverless-v1.11-blue)](https://www.openshift.com/learn/topics/serverless)
6+
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.3.1-blue)](https://camel.apache.org/camel-k/latest/)
7+
[![OpenShift Serverless](https://img.shields.io/badge/OpenShift%20Serverless-v1.13-blue)](https://www.openshift.com/learn/topics/serverless)
88

99
## Documentation
1010

0 commit comments

Comments
 (0)