add write permission for pages to CI id-token

This commit is contained in:
eyedeekay
2024-02-19 14:50:40 -05:00
parent 2a4279f8fc
commit b90d6fd34e

View File

@ -5,6 +5,11 @@ name: Java CI
on: [push]
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest