mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-10 14:54:59 +00:00
Fix auto-promotion permissions
- Add 'contents: write' and 'actions: write' permissions to auto-promote workflow - This should fix the 'Resource not accessible by integration' error - Update to v2.0.3 to test the fixed auto-promotion pipeline The auto-promotion workflow needs write permissions to merge branches and trigger other workflows in the repository.
This commit is contained in:
4
.github/workflows/auto-promote.yml
vendored
4
.github/workflows/auto-promote.yml
vendored
@@ -7,6 +7,10 @@ on:
|
|||||||
- completed
|
- completed
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-and-promote-to-staging:
|
test-and-promote-to-staging:
|
||||||
name: Test Dev and Auto-Promote to Staging
|
name: Test Dev and Auto-Promote to Staging
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Knative 2048 v2.0.2 - Canonical Domain Testing 🚀</title>
|
<title>Knative 2048 v2.0.3 - Auto-Promotion Fixed <20></title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user