Skip to content

Commit

Permalink
[ci] fix no write permission to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Aug 3, 2024
1 parent bdc33e4 commit e1e99d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
echo "Updating hash $oldHash to $newHash"
sed -i "s|$oldHash|$newHash|" nix/t1/t1.nix
- name: Commit changes
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.T1_PR_PAT }}
run: |
Expand Down

0 comments on commit e1e99d4

Please sign in to comment.