Skip to content

Commit

Permalink
Use an access token that can update workflow files
Browse files Browse the repository at this point in the history
Refs 7ad936d
  • Loading branch information
thewilkybarkid committed Feb 12, 2024
1 parent 7ad936d commit 06667df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fix-playwright-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ on:
branches:
- 'dependabot/npm_and_yarn/playwright/test-*'

permissions:
contents: read

jobs:
fix-playwright-versions:
name: 'Fix Playwright versions'
runs-on: ubuntu-22.04
timeout-minutes: 30
permissions:
contents: write

steps:
- name: 'Checkout code'
uses: actions/[email protected]
with:
token: ${{ secrets.PREREVIEW_BOT_TOKEN }}

- name: 'Set up Node.js'
uses: actions/[email protected]
Expand Down

0 comments on commit 06667df

Please sign in to comment.