We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9524c34 commit 217705cCopy full SHA for 217705c
.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,14 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
+ contents: read
+ id-token: write
test:
name: PHPUnit ${{ matrix.phpunit-version }} on PHP ${{ matrix.php-version }} (Ubuntu 24.04)
- contents: read
- id-token: write
strategy:
matrix:
22
php-version:
0 commit comments