GH Action to create files from secrets
- uses: NillionNetwork/[email protected]
with:
secret: ${{ secrets.APPLE_DEV_CERTIFICATE_PASSWORD_FILE }}
file: "apple-auth/my_developerID_application.p12.password"
- secret: file content in base64, loaded from secrets
- file: path to the file where the content will be written