Skip to content

Commit 912145a

Browse files
committed
Added badges [skip ci]
1 parent 515d2c5 commit 912145a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
needs: build
1919
name: Publish
2020
runs-on: windows-2022
21+
permissions:
22+
contents: write
23+
2124
env:
2225
VERSION: ${{ needs.build.outputs.version }}
2326

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
[![Build](https://github.com/timheuer/GitHubActionsVS/actions/workflows/_build.yaml/badge.svg)](https://github.com/timheuer/GitHubActionsVS/actions/workflows/_build.yaml)
2+
[![GitHub last commit](https://img.shields.io/github/last-commit/timheuer/GitHubActionsVS)](https://github.com/timheuer/GitHubActionsVS/)
3+
[![VS Marketplace Badge](https://img.shields.io/visual-studio-marketplace/v/timheuer.GitHubActionsVS?label=VS%20Marketplace&color=purple&logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=TimHeuer.GitHubActionVS)
4+
15
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?)](#contributors-)
37
<!-- ALL-CONTRIBUTORS-BADGE:END -->
48

59
# GitHub Actions for Visual Studio

0 commit comments

Comments
 (0)