mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 22:53:36 +00:00
fix(ci): add write permissions for issues
This commit is contained in:
parent
c739109f7c
commit
646e06f553
4
.github/workflows/ui-tests.yaml
vendored
4
.github/workflows/ui-tests.yaml
vendored
@ -4,6 +4,7 @@ on: push
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
cache-dependencies:
|
||||
@ -50,9 +51,6 @@ jobs:
|
||||
${{ runner.os }}-yarn-v3
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
script: console.log(github.event)
|
||||
- name: Pull Vercel configuration
|
||||
run: yarn vercel pull --yes --token ${{ secrets.vercel_token }}
|
||||
- name: Build Vercel bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user