This commit is contained in:
Max Goedjen 2025-08-19 00:36:35 -07:00
parent 5a8d3a5074
commit 4fd7373304
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -13,4 +13,4 @@ Update description
https://github.com/maxgoedjen/secretive/actions/runs/RUN_ID
## Attestation
https://github.com/maxgoedjen/secretive/actions/runs/RUN_ID
https://github.com/maxgoedjen/secretive/attestations/ATTESTATION_ID

View File

@ -29,7 +29,7 @@ jobs:
runs-on: macos-15
permissions:
id-token: write
contents: read
contents: write
attestations: write
timeout-minutes: 10
steps:
@ -71,12 +71,16 @@ jobs:
subject-path: 'Secretive.zip, Xcode_Archive.zip'
- name: Create Release
run: |
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
sed -i.tmp "s/ATTESTATION_ID/$ATTESTATION_ID/g" .github/templates/release.md
gh release create $TAG_NAME -d -F .github/templates/release.md
gh release upload Secretive.zip
gh release upload Xcode_Archive.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ github.ref }}
RUN_ID: ${{ github.run_id }}
- name: Upload App to Artifacts
uses: actions/upload-artifact@v4
with: