Skip to content

Commit

Permalink
fix: gh action write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 7, 2024
1 parent 00773ab commit 73b09e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/train-spread-predictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit 73b09e3

Please sign in to comment.