Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
[Tweak] Workflows Edits 2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing authored Nov 15, 2024
1 parent a16f5b9 commit 10eb637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prtitlecase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
types: [opened, edited, synchronize]

env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}

jobs:
prtitlecase:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v3.6.0
uses: actions/checkout@v3
with:
token: ${{ secrets.token }}
token: ${{ secrets.TOKEN }}

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rsi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.token }}
token: ${{ secrets.TOKEN }}

- name: Get changed files
id: files
Expand Down

0 comments on commit 10eb637

Please sign in to comment.