Skip to content

Commit

Permalink
id token forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Feb 7, 2025
1 parent c462f8c commit d8ab385
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on: [push, pull_request]
env:
CARGO_TERM_COLOR: always

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
fmt:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Poulpe ethercat controller

[![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/)
[![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)



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

0 comments on commit d8ab385

Please sign in to comment.