mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 13:57:03 -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
@ -6,13 +6,14 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 5"
|
- cron: "0 0 * * 5"
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
crowdin-sync:
|
crowdin-sync:
|
||||||
name: Crowdin Pull - ${{ github.event_name }}
|
name: Crowdin Pull - ${{ github.event_name }}
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: read
|
||||||
pull-requests: write
|
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user