Skip to content

Commit

Permalink
ci: allow attestations in docker workflow
Browse files Browse the repository at this point in the history
[skip ci]

Change-Id: Id2267f89aebd1517fac0f6566710f52de304b8f7
  • Loading branch information
Pesa committed May 8, 2024
1 parent 6d00e0b commit 6a0f2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
workflow_dispatch:

permissions:
packages: write
attestations: write
id-token: write
packages: write

jobs:
ndncert-build:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
[![CI](https://github.com/named-data/ndncert/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/ndncert/actions/workflows/ci.yml)
[![Docker](https://github.com/named-data/ndncert/actions/workflows/docker.yml/badge.svg)](https://github.com/named-data/ndncert/actions/workflows/docker.yml)

The NDN certificate management protocol (**NDNCERT**) enables automatic certificate management
in NDN. In Named Data Networking (NDN), every entity should have a corresponding identity
Expand Down

0 comments on commit 6a0f2d4

Please sign in to comment.