Skip to content

Commit 87a1ae7

Browse files
committed
chore: update first-interaction.yml to remove token field
1 parent 1c18bd6 commit 87a1ae7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/first-interaction.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/create-github-app-token@v2
14-
id: app-token
15-
with:
16-
app-id: ${{ secrets.APP_ID }}
17-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1813
- uses: actions/first-interaction@v3
1914
with:
20-
repo-token: ${{ steps.app-token.outputs.token }}
2115
issue-message: "Hey there! Thank you for creating an issue :) Please take a moment to review our [**community guidelines**](https://github.com/AniTrend/android-emojify/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved."
2216
pr-message: "Hey there! Thank you for this PR :) Please take a moment to review our [**community guidelines**](https://github.com/AniTrend/android-emojify/blob/develop/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved."

0 commit comments

Comments
 (0)