fix(astrolabe): add contents:write permission to appstore workflow

The workflow was failing to create GitHub releases with 'Not Found' error
because it lacked the required permissions. Added contents:write permission
to allow creating releases and uploading artifacts.
This commit is contained in:
Chris Coutinho
2025-12-19 22:12:06 +01:00
parent 9cfadbfc04
commit a2fa4b2832
@@ -12,6 +12,8 @@ env:
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code