We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f780 commit d67518dCopy full SHA for d67518d
.github/workflows/release.yml
@@ -15,9 +15,12 @@ jobs:
15
environment:
16
name: npm
17
url: https://www.npmjs.com/package/@dfinity/cbor
18
+ permissions:
19
+ contents: write
20
+ id-token: write
21
steps:
22
- name: Checkout Code
- uses: actions/checkout@v4
23
+ uses: actions/checkout@v5
24
25
- name: Setup Python
26
uses: dfinity/ci-tools/actions/setup-python@main
@@ -42,7 +45,6 @@ jobs:
42
45
id: publish
43
46
uses: dfinity/ci-tools/actions/npm-publish@main
44
47
with:
- token: ${{ secrets.NPM_ACCESS_TOKEN }}
48
is_beta: ${{ steps.is_beta.outputs.is_beta_tag }}
49
50
- name: Create Github release
0 commit comments