Skip to content

Commit

Permalink
test with little permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 11, 2023
1 parent deeadb7 commit 508bb0a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Build
run-name: ${{ github.actor }} is testing out github actions
permissions:
actions: read
checks: read
contents: read
deployments: read
# actions: read
# checks: read
# contents: read
# deployments: read
id-token: write
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
# issues: read
# discussions: read
# packages: read
# pages: read
# pull-requests: read
# repository-projects: read
# security-events: read
# statuses: read

on: [push]
jobs:
Expand Down

0 comments on commit 508bb0a

Please sign in to comment.