mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Move perms
This commit is contained in:
parent
c3f46b3aeb
commit
a3c9eac18e
1 changed files with 3 additions and 4 deletions
7
.github/workflows/development.yml
vendored
7
.github/workflows/development.yml
vendored
|
|
@ -6,10 +6,6 @@ on:
|
|||
- development
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
env:
|
||||
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
|
|
@ -18,6 +14,9 @@ jobs:
|
|||
development-build:
|
||||
name: Build Development
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue