You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changes/unreleased.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,16 @@ This should also create a 'github-pages' environment, if it does not yet exist.
13
13
For most repos using the PTB, the updating of the github pages only happens when a
14
14
PR is merged to main, so please check post-merge that it worked as expected.
15
15
16
+
With #422, we have hardened the security in our GitHub workflows by explicitly
17
+
setting permissions to the default GitHub token. In a few repos who greatly differ
18
+
from the default PTB setup, this might lead to small issues which require the allowed
19
+
permissions to be increased for specific jobs.
20
+
16
21
## ⚒️ Refactorings
17
22
18
23
*[#412](https://github.com/exasol/python-toolbox/issues/392): Refactored pre commit hook package version.py into nox task
19
24
20
25
## Security
21
26
22
-
*[#420](https://github.com/exasol/python-toolbox/issues/420): Replaced 3rd party action with GitHub actions for gh-pages
27
+
*[#420](https://github.com/exasol/python-toolbox/issues/420): Replaced 3rd party action with GitHub actions for gh-pages
28
+
*[#422](https://github.com/exasol/python-toolbox/issues/422): Set permissions within the GitHub workflows to restrict usage of the default GitHub token
0 commit comments