1 parent bad6e61 commit 41190e7Copy full SHA for 41190e7
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,10 @@ jobs:
73
environment: Publish
74
needs: [build, matrix-tests]
75
runs-on: ubuntu-latest
76
- if: github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' )
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
77
+ permissions:
78
+ id-token: write
79
+ contents: read
80
steps:
81
- uses: actions/checkout@v2
82
@@ -87,4 +90,3 @@ jobs:
87
90
uses: moshen/merge-release@main
88
91
env:
89
92
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments