Skip to content

Commit

Permalink
Fix token error (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Feb 9, 2023
1 parent df1bce5 commit 990d60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: >
python ./.github/scripts/icomoon_build.py
./.github/scripts/build_assets/geckodriver-v0.32.1-linux64/geckodriver ./icomoon.json
./devicon.json ./icons ./ %GITHUB_TOKEN% --headless
./devicon.json ./icons ./ "$GITHUB_TOKEN" --headless
- name: Upload geckodriver.log for debugging purposes
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
# will have "new_icons.png" and "new_svgs.png"
# in that order (cause sorted alphabetically)
path: ./screenshots/*.png
client_id: ${{secrets.IMGUR_CLIENT_ID}}
client_id: ${{ secrets.IMGUR_CLIENT_ID }}

- name: Get the release message from file
id: release_message_step
Expand Down

0 comments on commit 990d60a

Please sign in to comment.