File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ id-token : write # Required for OIDC
10+
811env :
912 FORCE_COLOR : true
1013
@@ -14,18 +17,17 @@ jobs:
1417 runs-on : ubuntu-latest
1518 if : ${{ github.repository == 'cloud-annotations/docusaurus-openapi' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
1619 steps :
17- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v6
1821 with :
1922 fetch-depth : 0
2023 - run : |
2124 git config user.name "github-actions[bot]"
2225 git config user.email "github-actions[bot]@users.noreply.github.com"
23- - uses : actions/setup-node@v2
26+ - uses : actions/setup-node@v6
2427 with :
2528 node-version : " *"
2629 registry-url : " https://registry.npmjs.org"
2730 - name : Release
2831 run : npx ts-node --transpile-only scripts/publish.ts
2932 env :
3033 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments