Skip to content

Commit d8ab385

Browse files
committed
id token forgotten
1 parent c462f8c commit d8ab385

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/rust.yml

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on: [push, pull_request]
55
env:
66
CARGO_TERM_COLOR: always
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
817
jobs:
918
fmt:
1019
runs-on: ubuntu-latest

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Poulpe ethercat controller
22

3-
[![Build Status]][actions] [![just-the-docs](https://github.com/pollen-robotics/poulpe_ethercat_controller/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://pollen-robotics.github.io/poulpe_ethercat_controller/)
3+
[![Build Status]][actions] ![GitHub Tag](https://img.shields.io/github/v/tag/pollen-robotics/poulpe_ethercat_controller) ![GitHub Release Date](https://img.shields.io/github/release-date/pollen-robotics/poulpe_ethercat_controller)
4+
5+
46

57
[Build Status]: https://img.shields.io/github/actions/workflow/status/pollen-robotics/poulpe_ethercat_controller/rust.yml?branch=develop
68
[actions]: https://github.com/pollen-robotics/poulpe_ethercat_controller/actions?query=branch%3Adevelop

0 commit comments

Comments
 (0)