Skip to content

Commit

Permalink
added github token
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jan 17, 2025
1 parent 7c91798 commit b26c428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/add_weekly_date.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
update-and-trigger:
name: Update and Trigger Build
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone nixpkgs repository
Expand Down

0 comments on commit b26c428

Please sign in to comment.