diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..d522b2b
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,114 @@
+
+
+
+# Tech Stack File
+ [Clivern/pushover-actions](https://github.com/Clivern/pushover-actions)
+
+|7
Tools used|02/29/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+##
DevOps (4)
+
+
+## Other (1)
+
+
+
+
+ Shell
+
+
+ |
+
+
+
+
+
+##
Open source packages (1)
+
+##
Go Packages (1)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[logrus](https://pkg.go.dev/github.com/sirupsen/logrus)|v1.5.0|07/19/22|renovate[bot] |MIT|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..6afde22
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,93 @@
+repo_name: Clivern/pushover-actions
+report_id: f169001804910241bc23fb7f8d746df9
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-29T19:08:43+00:00'
+requested_by: renovate[bot]
+provider: github
+branch: master
+detected_tools_count: 7
+tools:
+- name: Golang
+ description: An open source programming language that makes it easy to build simple,
+ reliable, and efficient software
+ website_url: http://golang.org/
+ license: BSD-3-Clause
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
+ detection_source_url: https://github.com/Clivern/pushover-actions
+ detection_source: Repo Metadata
+- name: Docker
+ description: Enterprise Container Platform for High-Velocity Innovation.
+ website_url: https://www.docker.com/
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Virtual Machine Platforms & Containers
+ image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
+ detection_source_url: https://github.com/Clivern/pushover-actions
+ detection_source: Repo Metadata
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/Clivern/pushover-actions
+ detection_source: Repo Metadata
+- name: GitHub Actions
+ description: Automate your workflow from idea to production
+ website_url: https://github.com/features/actions
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/11563/actions.png
+ detection_source_url: https://github.com/Clivern/pushover-actions/blob/master/.github/workflows/pushover-actions.yml
+ detection_source: ".github/workflows/pushover-actions.yml"
+ last_updated_by: renovate[bot]
+ last_updated_on: 2023-09-05 18:14:22.000000000 Z
+- name: Travis CI
+ description: A hosted continuous integration service for open source and private
+ projects
+ website_url: http://travis-ci.com/
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png
+ detection_source_url: https://github.com/Clivern/pushover-actions/blob/master/.travis.yml
+ detection_source: ".travis.yml"
+ last_updated_by: Clivern
+ last_updated_on: 2020-03-25 21:20:30.000000000 Z
+- name: Shell
+ description: A shell is a text-based terminal, used for manipulating programs and
+ files. Shell scripts typically manage program execution.
+ website_url: https://en.wikipedia.org/wiki/Shell_script
+ open_source: false
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
+ detection_source_url: https://github.com/Clivern/pushover-actions
+ detection_source: Repo Metadata
+- name: logrus
+ description: Structured, pluggable logging for Go
+ package_url: https://pkg.go.dev/github.com/sirupsen/logrus
+ version: 1.5.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Go Modules Packages
+ image_url: https://img.stackshare.io/package/go-packages/image.png
+ detection_source_url: https://github.com/Clivern/pushover-actions/blob/master/go.sum
+ detection_source: go.mod
+ last_updated_by: renovate[bot]
+ last_updated_on: 2022-07-19 20:34:06.000000000 Z