mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
added empty permission set at workflow level. removed contents: write and pull-requests: write from job. added contents: read` to job.
This commit is contained in:
parent
18f27a6c53
commit
4c299ad18e
5
.github/workflows/crowdin-pull.yml
vendored
5
.github/workflows/crowdin-pull.yml
vendored
@ -5,14 +5,15 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 5"
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
crowdin-sync:
|
||||
name: Crowdin Pull - ${{ github.event_name }}
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user