Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation authored Mar 22, 2024
1 parent d42a614 commit f9d60e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:

concurrency: publish

permissions: read-all

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Dispatch digital.sbb.ch build
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DISPATCH_TOKEN }}
script: |
await github.rest.repos.createDispatchEvent({
owner: context.repo.owner,
Expand Down

0 comments on commit f9d60e5

Please sign in to comment.