Skip to content

Commit

Permalink
fix: add missing GH token in scout cron (#770)
Browse files Browse the repository at this point in the history
# Motivation

Make sure the scout pipiline work properly.

# Description

Add the missing GitHub token a environment variable.

# Testing

Tests will be performed after because the pipeline need to be on main
for testing.

# Impact

Notification of security issues.

# Checklist

- [ ] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my code.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] I have thoroughly tested my modifications and added tests when
necessary.
- [ ] Tests pass locally and in the CI.
- [ ] I have assessed the performance impact of my modifications.
  • Loading branch information
aneojgurhem authored Oct 8, 2024
2 parents 7c9816e + 05dfcc7 commit 9c8b2db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- name: List last releases
id: releases
run: echo "releases:$(gh release list -L 3 --json tagName -q '[ .[].tagName ]')" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ github.token }}

scout:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c8b2db

Please sign in to comment.