Skip to content

Commit

Permalink
chore: update vars and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
koozz committed Feb 23, 2024
1 parent 4292c1b commit 7939edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Evergreen
on:
workflow_dispatch:
schedule:
- cron: '3 2 1 * *'
- cron: "3 2 1 * *"

permissions:
issues: write
Expand All @@ -18,8 +18,8 @@ jobs:
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ vars.OSPO_AUTOMATION_APP_ID }}
private-key: ${{ secrets.OSPO_AUTOMATION_APP_KEY }}
owner: ${{ github.repository_owner }}
- name: Run evergreen action
uses: github/evergreen@v1
Expand Down

0 comments on commit 7939edb

Please sign in to comment.