Skip to content

Commit

Permalink
ci: 💚 Fix Docs Perms (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded authored Nov 29, 2024
1 parent 35536b7 commit b1f8508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish Rust Docs

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -10,7 +11,7 @@ jobs:
name: Deploy docs
runs-on: bare-metal
permissions:
contents: read
contents: write
steps:
# The protobuf compiler should be pre-installed on bare-metal
#- name: Install tooling
Expand Down

0 comments on commit b1f8508

Please sign in to comment.