Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 22, 2024
1 parent 067ced5 commit 16de3ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/refresh-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

name: Refresh Site

# Controls when the action will run. Triggers the workflow on push
# events only for the master branch
on:
workflow_dispatch:
push:
Expand All @@ -27,9 +25,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
token: ${{ secrets.METRICMINER_GITHUB }}
fetch-depth: 0
token: ${{ secrets.METRICMINER_GITHUB_PAT }}

# Use the yaml-env-action action.
- name: Load environment from YAML
Expand Down

0 comments on commit 16de3ec

Please sign in to comment.