Skip to content

Commit

Permalink
ci: fix the checkout action on the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Mar 20, 2024
1 parent 3d8705b commit 16424c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: CI
on:
- push

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,6 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
token: ${{ secrets.FYJ_GH_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 16424c0

Please sign in to comment.