Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EducatedSuddenBucket authored Nov 7, 2024
1 parent a8331e0 commit 4030b3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.ref }}-api
cancel-in-progress: true

permissions:
contents: write

jobs:
update:
name: Update
Expand All @@ -25,7 +28,7 @@ jobs:
with:
repository: is-truly-a-pro/api
path: api
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v4
with:
Expand All @@ -43,4 +46,4 @@ jobs:
user-email: actions@github.com
user-name: "Someone"
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4030b3d

Please sign in to comment.