We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9524c34 + fda0b39 commit 2dc7f69Copy full SHA for 2dc7f69
.github/workflows/keepalive.yml
@@ -9,12 +9,13 @@ concurrency:
9
group: keepalive
10
cancel-in-progress: false
11
12
+permissions:
13
+ actions: write
14
+
15
jobs:
16
keepalive:
17
name: Keep Workflows Alive on Ubuntu 24.04
18
runs-on: ubuntu-24.04
- permissions:
- actions: write
19
steps:
20
- name: Re-enable Workflows
21
env:
.github/workflows/test.yml
@@ -9,13 +9,13 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
+ contents: read
test:
name: PHPUnit ${{ matrix.phpunit-version }} on PHP ${{ matrix.php-version }} (Ubuntu 24.04)
- contents: read
- id-token: write
strategy:
matrix:
php-version:
0 commit comments