Skip to content

Commit

Permalink
chore: add branding (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay authored Oct 6, 2023
1 parent 90905e3 commit 0a1a2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,3 @@ jobs:

- name: Print Version
run: echo "Bumped to version ${{ steps.cz.outputs.version }}"

release:
name: Release version
runs-on: ubuntu-latest
needs:
- bump_version
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.ACCESS_TOKEN }}
ref: main

- name: Create Release
env:
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
gh release create ${{ needs.bump_version.outputs.version }} \
--title ${{ needs.bump_version.outputs.version }} \
--target main \
--verify-tag \
--latest
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Sync AWS Secrets Manager"
description: "Sync AWS Secrets Manager with a JSON file"

branding:
icon: database
color: blue

inputs:
aws_access_key_id:
description: "AWS Access Key ID"
Expand Down

0 comments on commit 0a1a2b3

Please sign in to comment.