1
0
Fork 0
forked from lthn/blockchain

Update workflow permissions to contents: write

Changed GitHub Actions workflow permissions from 'contents: read' to 'contents: write' for all build workflows. This allows workflows to perform write operations on repository contents, which may be required for publishing artifacts or releases.
This commit is contained in:
Snider 2025-09-30 14:45:55 +01:00
parent 6fa9487476
commit 23af6b9caa
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
name: Linux
permissions:
contents: read
contents: write
on:
workflow_call:
inputs:

View file

@ -1,6 +1,6 @@
name: Linux
permissions:
contents: read
contents: write
on:
workflow_call:
inputs:

View file

@ -1,6 +1,6 @@
name: build-macos-arm64
permissions:
contents: read
contents: write
on:
workflow_call:
inputs:

View file

@ -1,6 +1,6 @@
name: build-macos-intel
permissions:
contents: read
contents: write
on:
workflow_call:
inputs:

View file

@ -1,6 +1,6 @@
name: build-windows
permissions:
contents: read
contents: write
on:
workflow_call:
inputs: