From b0187426d85d74087e05e73f40922177c7af3868 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Nov 2023 14:46:57 -0800 Subject: [PATCH] chore: test action --- .github/workflows/fetch-artist-charts.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml index 3ba47139..bbb1b03f 100644 --- a/.github/workflows/fetch-artist-charts.yaml +++ b/.github/workflows/fetch-artist-charts.yaml @@ -6,7 +6,13 @@ on: jobs: FetchArtistCharts: runs-on: ubuntu-latest + permissions: + contents: write steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} - name: Fetch uses: JamesIves/fetch-api-data-action@v2 with: