Skip to content

Commit

Permalink
🔧 fix: bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent 5904e2b commit 630b434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_PAT }}

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand All @@ -45,9 +48,6 @@ jobs:
git config --global user.email "eemoji-bot@users.noreply.github.com"
git config --global user.name "eemoji-bot"
- name: Authenticate with GitHub
run: 'git config --global http.https://github.com/.extraheader ''AUTHORIZATION: bearer ${{ secrets.BOT_PAT }}'''

- name: Make a commit with a keyword
run: 'git commit --allow-empty -m ''test: eemoji'''

Expand Down

0 comments on commit 630b434

Please sign in to comment.