Skip to content

Commit

Permalink
Fix path of readme and token name
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 15, 2024
1 parent 611744a commit 7130609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parse-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RBD_GITHUB_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down
2 changes: 1 addition & 1 deletion shipixen/scripts/parse-app-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const axios = require('axios');
const cheerio = require('cheerio');
const sharp = require('sharp'); // Image processing library

const readmePath = 'README.md';
const readmePath = '../../README.md';
const outputDir = 'shipixen/public/static/images';

const categoryTags = {
Expand Down

0 comments on commit 7130609

Please sign in to comment.