diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a42032..cdec52a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/action.yml b/action.yml index 1cfd5c9..b4ef21d 100644 --- a/action.yml +++ b/action.yml @@ -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"