mirror of https://github.com/jacekkow/keycloak-protocol-cas

Jacek Kowalski
2023-04-26 b1c0c9d40edcf1877698afb865f46c7f498ce7d7
GitHub Actions: limit permissions of GITHUB_TOKEN
3 files modified
8 ■■■■■ changed files
.github/workflows/release.yml 2 ●●●●● patch | view | raw | blame | history
.github/workflows/test.yml 2 ●●●●● patch | view | raw | blame | history
.github/workflows/update-deps.yml 4 ●●●● patch | view | raw | blame | history
.github/workflows/release.yml
@@ -5,6 +5,8 @@
name: Release
permissions: {}
jobs:
  build:
    name: Build
.github/workflows/test.yml
@@ -3,6 +3,8 @@
name: Test
permissions: {}
jobs:
  build:
    name: Build
.github/workflows/update-deps.yml
@@ -5,10 +5,14 @@
name: Update dependencies
permissions: {}
jobs:
  update:
    name: Update dependencies
    runs-on: ubuntu-latest
    permissions:
      pull-requests: write
    steps:
      - id: checkout
        name: Checkout code