Skip to content

Commit

Permalink
ci(github-actions): fix changelog workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz authored Oct 6, 2024
1 parent 7607ab2 commit 13e1aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# A custom PAT is required, to bypass branch protection rules
persist-credentials: false
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- name: Update Changelog
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
> A CLI command to download images from [Raindrop](https://raindrop.io) Collections.
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/brpaz/raindrop-images-dl?style=for-the-badge)

[![Go Report Card](https://goreportcard.com/badge/github.com/brpaz/raindrop-images-dl?style=for-the-badge)](https://goreportcard.com/report/github.com/brpaz/raindrop-images-dl)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/brpaz/raindrop-images-dl/ci.yml?style=for-the-badge)](https://github.com/brpaz/raindrop-images-dl/actions)

[![Codecov](https://img.shields.io/codecov/c/github/brpaz/raindrop-images-dl?style=for-the-badge)](https://app.codecov.io/gh/brpaz/raindrop-images-dl)
[![GitHub License](https://img.shields.io/github/license/brpaz/raindrop-images-dl?style=for-the-badge)](LICENSE)

Expand Down

0 comments on commit 13e1aa4

Please sign in to comment.