We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a37e0d commit 521caa6Copy full SHA for 521caa6
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ env:
8
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
9
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
10
11
+permissions:
12
+ contents: read
13
+ id-token: write
14
+
15
jobs:
16
pre_job:
17
runs-on: ubuntu-24.04
@@ -92,9 +96,6 @@ jobs:
92
96
93
97
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'vuetifyjs'
94
98
environment: production
95
- permissions:
- contents: read
- id-token: write
99
steps:
100
- uses: actions/checkout@v4
101
with:
0 commit comments