Skip to content

Commit

Permalink
fix(ci/add-missing-token): token was deleted by accident(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff committed Jan 15, 2025
1 parent a25d1ad commit 7186d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-comment-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pull-requests: read
env:
CT_TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.event.repository.default_branch }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down

0 comments on commit 7186d6c

Please sign in to comment.