From 44ce4a9af19969f933b99fdeb9c47eca1355a9d9 Mon Sep 17 00:00:00 2001 From: Ihfaz Alam Date: Thu, 4 Apr 2024 14:56:46 +0600 Subject: [PATCH] MAIN.yml --- .github/workflows/MAIN.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/MAIN.yml b/.github/workflows/MAIN.yml index b158a19..319aca0 100644 --- a/.github/workflows/MAIN.yml +++ b/.github/workflows/MAIN.yml @@ -1,6 +1,8 @@ # GitHub Action for generating a contribution graph with a snake eating your contributions. name: Generate Snake +permissions: + contents: write # Controls when the action will run. This action runs every 6 hours. @@ -21,22 +23,22 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - + # Checks repo under $GITHUB_WORKSHOP, so your job can access it - uses: actions/checkout@v2 - + # Generates the snake - uses: Platane/snk@master id: snake-gif with: - github_user_name: Ihfaz-Alam + github_user_name: mishmanners # these next 2 lines generate the files on a branch called "output". This keeps the main branch from cluttering up. gif_out_path: dist/github-contribution-grid-snake.gif svg_out_path: dist/github-contribution-grid-snake.svg - + # show the status of the build. Makes it easier for debugging (if there's any issues). - run: git status - + # Push the changes - name: Push changes uses: ad-m/github-push-action@master @@ -44,7 +46,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} branch: master force: true - + - uses: crazy-max/ghaction-github-pages@v2.1.3 with: # the output branch we mentioned above