Skip to content

Commit

Permalink
ci(github): remove if condition from generate token action
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed May 24, 2024
1 parent 2cdf330 commit cd43d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/marketplace/actions/create-github-app-token
- name: Generate Token
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
# if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
Expand Down

0 comments on commit cd43d53

Please sign in to comment.