Skip to content

remove GA (#846)

remove GA (#846) #1

name: Release Azure SocketIO package
permissions:
id-token: write # This is required for requesting the JWT
contents: read
on:
push:
branches: [ "main" ]
paths:
- '.github/workflows/release_socketio.yml'
- 'sdk/webpubsub-socketio-extension/package.json'
- 'sdk/webpubsub-socketio-extension/CHANGELOG.md'
jobs:
release:

Check failure on line 13 in .github/workflows/release_socketio.yml

View workflow run for this annotation

GitHub Actions / Release Azure SocketIO package

Invalid workflow file

The workflow is not valid. .github/workflows/release_socketio.yml (Line: 13, Col: 3): Error calling workflow 'vicancy/azure-webpubsub/.github/workflows/workflow-call-release-package.yml@68d2adc43538d692d5f23f8d7f8d286c2b98a53a'. The nested job 'post_deploy_tag' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Release Azure SocketIO package
uses: ./.github/workflows/workflow-call-release-package.yml
secrets:
AZURESDKPARTNERDROPS_URL: ${{ secrets.AZURESDKPARTNERDROPS_URL }}
AZURESDKPARTNERDROPS_CLIENT_ID: ${{ secrets.AZURESDKPARTNERDROPS_CLIENT_ID }}
AZURESDKPARTNERDROPS_SUBSCRIPTION_ID: ${{ secrets.AZURESDKPARTNERDROPS_SUBSCRIPTION_ID }}
AZURESDKPARTNERDROPS_TENANT_ID: ${{ secrets.AZURESDKPARTNERDROPS_TENANT_ID }}
GH_PAT: ${{ secrets.GH_PAT }}
with:
package_name: webpubsub-socketio-extension
package_folder: sdk/webpubsub-socketio-extension