forked from I2P_Developers/i2p.i2p
add write permission for pages to CI id-token
This commit is contained in:
5
.github/workflows/ant.yml
vendored
5
.github/workflows/ant.yml
vendored
@ -5,6 +5,11 @@ name: Java CI
|
|||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user